indsentation
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
3c541e0d47
commit
8b5f0caa85
|
|
@ -122,7 +122,7 @@ record_example_tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
record_sta_tests {
|
record_sta_tests {
|
||||||
attribute_parsing
|
verilog_attribute
|
||||||
}
|
}
|
||||||
|
|
||||||
define_test_group fast [group_tests all]
|
define_test_group fast [group_tests all]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
read_liberty ../examples/sky130hd_tt.lib
|
read_liberty ../examples/sky130hd_tt.lib
|
||||||
read_verilog attribute_parsing.v
|
read_verilog verilog_attribute.v
|
||||||
link_design counter
|
link_design counter
|
||||||
create_clock -name clk [get_ports clk] -period 50
|
create_clock -name clk [get_ports clk] -period 50
|
||||||
|
|
||||||
Loading…
Reference in New Issue