-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6621ba0
commit 2eea578
Showing
15 changed files
with
256 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fft
updated
5 files
+1 −48 | Makefile | |
+51 −0 | Makefrag | |
+64 −7 | src/main/scala/fft/Config.scala | |
+25 −108 | src/main/scala/fft/FFT.scala | |
+3 −2 | src/test/scala/fft/FFTSpec.scala |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
cp generated-src/craft.TestHarness.AcmesFPGAConfig.v /tools/projects/stevo/acmes/acmes-fpga-testing/zc706/src/verilog/CraftP1Core.ZynqConfig.v | ||
cat generated-src/craft.TestHarness.AcmesFPGAConfig.mems.v >> /tools/projects/stevo/acmes/acmes-fpga-testing/zc706/src/verilog/CraftP1Core.ZynqConfig.v | ||
cat vsrc/AsyncResetReg.v >> /tools/projects/stevo/acmes/acmes-fpga-testing/zc706/src/verilog/CraftP1Core.ZynqConfig.v | ||
sed "s|Arbiter|StevoArbiter|g" -i /tools/projects/stevo/acmes/acmes-fpga-testing/zc706/src/verilog/CraftP1Core.ZynqConfig.v | ||
sed "s|Queue|StevoQueue|g" -i /tools/projects/stevo/acmes/acmes-fpga-testing/zc706/src/verilog/CraftP1Core.ZynqConfig.v | ||
sed "s|Async|StevoAsync|g" -i /tools/projects/stevo/acmes/acmes-fpga-testing/zc706/src/verilog/CraftP1Core.ZynqConfig.v | ||
sed "s|Nasti|StevoNasti|g" -i /tools/projects/stevo/acmes/acmes-fpga-testing/zc706/src/verilog/CraftP1Core.ZynqConfig.v | ||
sed "s|IdMapper|StevoIdMapper|g" -i /tools/projects/stevo/acmes/acmes-fpga-testing/zc706/src/verilog/CraftP1Core.ZynqConfig.v | ||
sed "s|SCRFile|StevoSCRFile|g" -i /tools/projects/stevo/acmes/acmes-fpga-testing/zc706/src/verilog/CraftP1Core.ZynqConfig.v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule pfb
updated
7 files
+1 −48 | Makefile | |
+51 −0 | Makefrag | |
+1 −1 | dsp-framework | |
+4 −0 | sourceme.sh | |
+25 −15 | src/main/scala/pfb/Config.scala | |
+4 −5 | src/main/scala/pfb/PFB.scala | |
+34 −28 | src/test/scala/PFBSpec.scala |
Submodule riscv-dma2
updated
2 files
+2 −6 | src/main/scala/Accelerator.scala | |
+0 −5 | src/main/scala/Configs.scala |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule st28nm_tech_include
updated
from df40ea to 57ef13
Submodule vlsi
updated
from 3cf2be to c1ea45
Oops, something went wrong.