Skip to content

Commit

Permalink
small changes to default design folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kavyasreedhar committed Aug 8, 2024
1 parent 9b5723e commit 9138956
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ commands:
- ln -sf ../results/*.def.gz design.def.gz

- cp design.pt.sdc og_design.pt.sdc
- cd ..
- python remove_design_pt_sdc_append.py

#-------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion gf_physical_design/NEW/sample/construct-commercial-full.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#=========================================================================
sample/construct-commercial-full.py#=========================================================================
# construct.py
#=========================================================================
# Demo with 16-bit GcdUnit
Expand Down
5 changes: 3 additions & 2 deletions gf_physical_design/NEW/sample/rtl/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ commands:
- python -m pip install --upgrade pip
- pip install -e .

- python tests/test_spec/simple_dual_port.py --physical
- python tests/test_spec/dual_port_rv.py --reg_file --storage_capacity 32 --dimensionality 4 --physical --clock_count_width 32

- cd $CURR
- cp $TOP/TEST/inputs/lakespec.sv outputs/design.v
- cp $TOP/tests/test_spec_hw/tb.sv outputs/testbench.sv
- cat $TOP/TEST/inputs/comp_args.txt $TOP/TEST/inputs/PARGS.txt > outputs/design.args
- python set_test_dir.py

- python set_test_dir.py

- echo $PWD

0 comments on commit 9138956

Please sign in to comment.