Skip to content

Commit ab63b7b

Browse files
committed
Add AES asap7 test.
Signed-off-by: Matthew Guthaus <[email protected]>
1 parent fcca0ad commit ab63b7b

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

test/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

test/aes_asap7.sdc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
create_clock [get_ports clk] -name core_clock -period 400
2+
set_all_input_output_delays

test/aes_asap7.tcl

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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"

test/regression_tests.tcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)