mirror of https://github.com/lnis-uofu/SOFA.git
[Testbench] Rename top modules of Caravel testbenches to be compatible with scripted verification flow
This commit is contained in:
parent
46bd96f8e9
commit
d6b435018c
|
@ -6,7 +6,7 @@
|
|||
`define FPGA_PROG_CLOCK_PERIOD 12.5
|
||||
`define FPGA_CLOCK_PERIOD 12.5
|
||||
|
||||
module ccff_test_caravel;
|
||||
module ccff_test_post_pnr_caravel_autocheck_top_tb;
|
||||
reg clock;
|
||||
reg RSTB;
|
||||
reg power1, power2;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
`define SOC_CLOCK_PERIOD 12.5
|
||||
`define FPGA_CLOCK_PERIOD 12.5
|
||||
|
||||
module scff_test_caravel;
|
||||
module scff_test_post_pnr_caravel_autocheck_top_tb;
|
||||
reg clock;
|
||||
reg RSTB;
|
||||
reg power1, power2;
|
||||
|
|
Loading…
Reference in New Issue