Skip to content

Commit

Permalink
[core] fixed the bug in ccff v2 on config enable signal drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxifan committed Nov 3, 2023
1 parent 3a82607 commit 2cd3453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfpga/src/fpga_verilog/verilog_top_testbench.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ static void print_verilog_top_testbench_global_config_done_ports_stimuli(
module_global_port));

BasicPort stimuli_config_done_port(
std::string(TOP_TB_CONFIG_DONE_PORT_NAME), 1);
std::string(TOP_TB_CONFIG_ALL_DONE_PORT_NAME), 1);
/* Wire the port to the input stimuli:
* The wiring will be inverted if the default value of the global port is 1
* Otherwise, the wiring will not be inverted!
Expand Down

0 comments on commit 2cd3453

Please sign in to comment.