Skip to content

Commit

Permalink
Merge pull request #223 from harshkhandeparkar/cryo-verilog-mako
Browse files Browse the repository at this point in the history
[GSoC] Updated Verilog Generation in Cryo Generator
  • Loading branch information
msaligane authored Aug 4, 2023
2 parents 3e158f4 + 5f25e2d commit 5e22e11
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 729 deletions.
1 change: 1 addition & 0 deletions openfasoc/generators/cryo-gen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ clean:
rm -f error_within_x.csv golden_error_opt.csv search_result.csv
rm -rf work
rm -rf tools/*.pyc tools/__pycache__/
rm -rf flow/design/src/cryo
cd flow && make nuke
cd simulation && rm -f *.log *.sp *.out *.ps

Expand Down
1 change: 1 addition & 0 deletions openfasoc/generators/cryo-gen/flow/design/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cryo/
19 changes: 0 additions & 19 deletions openfasoc/generators/cryo-gen/flow/design/src/cryo/cryoInst.v

This file was deleted.

296 changes: 0 additions & 296 deletions openfasoc/generators/cryo-gen/flow/design/src/cryo/cryo_ro.nl.v

This file was deleted.

49 changes: 0 additions & 49 deletions openfasoc/generators/cryo-gen/flow/design/src/cryo/divider.v

This file was deleted.

2 changes: 1 addition & 1 deletion openfasoc/generators/cryo-gen/src/cryoInst.v
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module cryoInst
module ${design_name}
(
input EBL,
output OUT
Expand Down
Loading

0 comments on commit 5e22e11

Please sign in to comment.