[core] typo
This commit is contained in:
parent
af996e563e
commit
977283dd34
|
@ -4,7 +4,7 @@
|
|||
////////////////////////////////////////
|
||||
`timescale 1ns / 1ps
|
||||
|
||||
module clk_cond(rst_i, rst_cond_i, clk_i, d_i, q_o);
|
||||
module rst_cond(rst_i, rst_cond_i, clk_i, d_i, q_o);
|
||||
|
||||
input wire rst_cond_i;
|
||||
input wire rst_i;
|
||||
|
|
|
@ -32,7 +32,7 @@ arch0=${PATH:OPENFPGA_PATH}/openfpga_flow/vpr_arch/k4_frac_N4_tileable_fracff_40
|
|||
|
||||
[BENCHMARKS]
|
||||
bench0=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/micro_benchmark/clk_cond/clk_cond.v
|
||||
bench0=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/micro_benchmark/rst_cond/rst_cond.v
|
||||
bench1=${PATH:OPENFPGA_PATH}/openfpga_flow/benchmarks/micro_benchmark/rst_cond/rst_cond.v
|
||||
|
||||
[SYNTHESIS_PARAM]
|
||||
# Yosys script parameters
|
||||
|
|
Loading…
Reference in New Issue