converted to bluespec haskell
This commit is contained in:
parent
72788b8436
commit
cf68a5e683
17 changed files with 342 additions and 339 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -12,10 +12,14 @@ build_b_sim
|
|||
mkSim_b_sim
|
||||
verilog_RTL
|
||||
|
||||
# files generated for FPGA ULX3s implementation
|
||||
ulx3s_fpga/mkTop.d
|
||||
ulx3s_fpga/mkTop.json
|
||||
|
||||
# generated experiment outputs
|
||||
experiments/bram/*.cxx
|
||||
experiments/bram/*.h
|
||||
experiments/bram/simBRAM
|
||||
|
||||
*.o
|
||||
.vscode
|
||||
.vscode
|
||||
|
|
Reference in a new issue