mirror of https://github.com/efabless/caravel.git
Adding bitbang tests to caravan regression
This commit is contained in:
parent
693c9e5538
commit
4bd0f5bec1
|
@ -276,9 +276,9 @@
|
|||
|
||||
,"bitbang_cpu_all_01" :{"level":0,
|
||||
"SW":true,
|
||||
"RTL":["r_rtl","setup","push","push_gl","nightly","weekly","tape_out"],
|
||||
"GL":["r_gl","push_gl","nightly","weekly","tape_out"],
|
||||
"GL_SDF":["r_sdf","weekly","tape_out"],
|
||||
"RTL":["r_rtl","r_caravan_rtl","setup","push","push_gl","nightly","weekly","tape_out"],
|
||||
"GL":["r_gl","r_caravan_gl","push_gl","nightly","weekly","tape_out"],
|
||||
"GL_SDF":["r_sdf","r_caravan_sdf","weekly","tape_out"],
|
||||
"description":"shift all the register with 01"}
|
||||
|
||||
,"mem_dff2" :{"level":2,
|
||||
|
@ -290,23 +290,23 @@
|
|||
|
||||
,"bitbang_cpu_all_10" :{"level":0,
|
||||
"SW":true,
|
||||
"RTL":["r_rtl","setup","push","push_gl","nightly","weekly","tape_out"],
|
||||
"GL":["r_gl","push_gl","nightly","weekly","tape_out"],
|
||||
"GL_SDF":["r_sdf","weekly","tape_out"],
|
||||
"RTL":["r_rtl","r_caravan_rtl","setup","push","push_gl","nightly","weekly","tape_out"],
|
||||
"GL":["r_gl","r_caravan_gl","push_gl","nightly","weekly","tape_out"],
|
||||
"GL_SDF":["r_sdf","r_caravan_sdf","weekly","tape_out"],
|
||||
"description":"shift all the register with 10"}
|
||||
|
||||
,"bitbang_cpu_all_1100" :{"level":0,
|
||||
"SW":true,
|
||||
"RTL":["r_rtl","setup","push","push_gl","nightly","weekly","tape_out"],
|
||||
"GL":["r_gl","push_gl","nightly","weekly","tape_out"],
|
||||
"GL_SDF":["r_sdf","weekly","tape_out"],
|
||||
"RTL":["r_rtl","r_caravan_rtl","setup","push","push_gl","nightly","weekly","tape_out"],
|
||||
"GL":["r_gl","r_caravan_gl","push_gl","nightly","weekly","tape_out"],
|
||||
"GL_SDF":["r_sdf","r_caravan_sdf","weekly","tape_out"],
|
||||
"description":"shift all the register with 1100"}
|
||||
|
||||
,"bitbang_cpu_all_0011" :{"level":0,
|
||||
"SW":true,
|
||||
"RTL":["r_rtl","setup","push","push_gl","nightly","weekly","tape_out"],
|
||||
"GL":["r_gl","push_gl","nightly","weekly","tape_out"],
|
||||
"GL_SDF":["r_sdf","weekly","tape_out"],
|
||||
"RTL":["r_rtl","r_caravan_rtl","setup","push","push_gl","nightly","weekly","tape_out"],
|
||||
"GL":["r_gl","r_caravan_gl","push_gl","nightly","weekly","tape_out"],
|
||||
"GL_SDF":["r_sdf","r_caravan_sdf","weekly","tape_out"],
|
||||
"description":"shift all the register with 0011"}
|
||||
,"cpu_stress" :{"level":2,
|
||||
"SW":true,
|
||||
|
|
Loading…
Reference in New Issue