This commit is contained in:
mmasserfrye 2022-05-18 16:10:36 +00:00
commit f8722f04f9
3 changed files with 20 additions and 10 deletions

View File

@ -1,14 +1,16 @@
#!/bin/bash #!/bin/bash
rm -r work* rm -r work*
cd ../../tests/imperas-riscv-tests/
make allclean make allclean
make make
cd ../wally-riscv-arch-test # cd ../../tests/imperas-riscv-tests/
make allclean # make allclean
make # make
make XLEN=32 # cd ../wally-riscv-arch-test
exe2memfile.pl work/*/*/*.elf # make allclean
cd ../linux-testgen/linux-testvectors # make
./tvLinker.sh # make XLEN=32
cd ../../../pipelined/regression # exe2memfile.pl work/*/*/*.elf
# cd ../linux-testgen/linux-testvectors
# ./tvLinker.sh
# cd ../../../pipelined/regression

4
pipelined/regression/wkdir/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

View File

@ -137,6 +137,10 @@ if {$tech == "sky130"} {
# Set the wire load model # Set the wire load model
set_wire_load_mode "top" set_wire_load_mode "top"
# Set switching activities
# default activity factors are 1 for clocks, 0.1 for others
# static probability of 0.5 is used for leakage
# Attempt Area Recovery - if looking for minimal area # Attempt Area Recovery - if looking for minimal area
# set_max_area 2000 # set_max_area 2000
@ -359,4 +363,4 @@ redirect $filename { report_constraint }
set filename [format "%s%s%s%s" $outputDir "/reports/" $my_toplevel "_hier.rep"] set filename [format "%s%s%s%s" $outputDir "/reports/" $my_toplevel "_hier.rep"]
# redirect $filename { report_hierarchy } # redirect $filename { report_hierarchy }
quit #quit