浏览代码

huh

master
peteraa 7 年前
父节点
当前提交
0bff4328da
共有 4 个文件被更改,包括 1414 次插入2 次删除
  1. +4
    -1
      oppgavetekst.org
  2. +0
    -1
      ov0/src/main/scala/daisyMatMul.scala
  3. 二进制
      tdt4255figs/pngs/vector.png
  4. +1410
    -0
      tdt4255figs/vector.svg

ov0/src/main/scala/oppgavetekst.org → oppgavetekst.org 查看文件

@@ -179,12 +179,15 @@
else
dataOut(T - vectorLength)
#+end_src
From the figure the principle of operation becomes clearer [inkskape drawing, rm sketch]
From the figure the principle of operation becomes clearer
To test your implementation you can run
sbt> testOnly Core.daisyVecSpec
in your sbt console
#+CAPTION: A vector with 4 registers
[[./tdt4255figs/pngs/vector.png]]
** Task 2 - Dot Product
Your next task is to implement a dot product calculator. daisyDot should
calculate the dot product of two vectors, inA and inB. Ensure that validOut

+ 0
- 1
ov0/src/main/scala/daisyMatMul.scala 查看文件

@@ -57,7 +57,6 @@ class daisyMultiplier(dims: Dims, dataWidth: Int) extends Module {
matrixB.dataIn := io.dataInB
matrixB.writeEnable := io.writeEnableB


////////////////////////////////////////
////////////////////////////////////////
/// Set up counter statemachine


二进制
tdt4255figs/pngs/vector.png 查看文件

之前 之后
宽度: 505  |  高度: 394  |  大小: 17KB

+ 1410
- 0
tdt4255figs/vector.svg
文件差异内容过多而无法显示
查看文件


正在加载...
取消
保存