Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GSoC] Updated Verilog Generation in Cryo Generator #223

Merged
merged 4 commits into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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