File tree Expand file tree Collapse file tree 4 files changed +17
-0
lines changed
Expand file tree Collapse file tree 4 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ BIG_TESTS = [
9494 "gcd_sky130hd" ,
9595 "gcd_sky130hs" ,
9696 "gcd_asap7" ,
97+ "aes_asap7" ,
9798 "ibex_sky130hd" ,
9899 "ibex_sky130hs" ,
99100 "jpeg_sky130hd" ,
Original file line number Diff line number Diff line change 1+ create_clock [get_ports clk] -name core_clock -period 400
2+ set_all_input_output_delays
Original file line number Diff line number Diff line change 1+ # gcd flow pipe cleaner
2+ source " helpers.tcl"
3+ source " flow_helpers.tcl"
4+ source " asap7/asap7.vars"
5+
6+ set design " aes"
7+ set top_module " aes_cipher_top"
8+ set synth_verilog " aes_asap7.v"
9+ set sdc_file " aes_asap7.sdc"
10+ set die_area {0.0 0.0 68.746 68.746}
11+ set core_area {2.052 2.160 66.744 66.690}
12+
13+ include -echo " flow.tcl"
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ record_flow_tests {
1212 aes_nangate45
1313 aes_sky130hd
1414 aes_sky130hs
15+ aes_asap7
1516
1617 tinyRocket_nangate45
1718
You can’t perform that action at this time.
0 commit comments