Add chisel-generated verilog for dpu

This commit is contained in:
Hansung Kim
2024-05-29 13:33:23 -07:00
parent 4a43d0126d
commit d34c5836a8
2 changed files with 1343 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -329,6 +329,8 @@ class Vortex(tile: RadianceTile)(implicit p: Parameters)
addResource("/vsrc/vortex/hw/rtl/fpu/VX_fpu_fpnew.sv")
addResource("/vsrc/vortex/hw/rtl/core/VX_fpu_unit.sv")
addResource("/vsrc/TensorDotProductUnit.sv")
// fpnew
// compile order matters; package definitions (ex. fpnew_pkg) should be
// compiled before all the other modules that reference them. They are added