Skip to content

Commit

Permalink
[DV] reduce power_up time to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
Manarabdelaty committed Jul 11, 2021
1 parent fcab906 commit 6742d3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion verilog/dv/and2/and2_tb.v
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// Benchmark
`include "and2.v"

`define POWER_UP_TIME_PERIOD 200
`define POWER_UP_TIME_PERIOD 100
`define SOC_RESET_TIME_PERIOD 2000
`define SOC_SETUP_TIME_PERIOD 1000*2001
`define SOC_CLOCK_PERIOD 12.5
Expand Down
2 changes: 1 addition & 1 deletion verilog/dv/ccff_test/ccff_test_tb.v
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

`define FPGA_BITSTREAM_SIZE 29696

`define POWER_UP_TIME_PERIOD 200
`define POWER_UP_TIME_PERIOD 100
`define SOC_SETUP_TIME_PERIOD 2000
`define SOC_CLOCK_PERIOD 12.5
`define FPGA_PROG_CLOCK_PERIOD 12.5
Expand Down
2 changes: 1 addition & 1 deletion verilog/dv/scff_test/scff_test_tb.v
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

`define FPGA_SCANCHAIN_SIZE 1024

`define POWER_UP_TIME_PERIOD 200
`define POWER_UP_TIME_PERIOD 100
`define SOC_RESET_TIME_PERIOD 2000
`define SOC_SETUP_TIME_PERIOD 200*2001
`define SOC_CLOCK_PERIOD 12.5
Expand Down

0 comments on commit 6742d3d

Please # to comment.