Merge remote-tracking branch 'lnis_origin/dev' into ganesh_dev
This commit is contained in:
commit
2b465cf153
|
@ -160,5 +160,6 @@ vpr_fpga_verilog_explicit_mapping=
|
|||
vpr_fpga_x2p_compact_routing_hierarchy=
|
||||
# If you wish to run Modelsim verification in batch, turn on the ini file outputting
|
||||
vpr_fpga_verilog_print_simulation_ini=
|
||||
# If you wish to run Modelsim verification in batch, turn off running iVerilog at the end of the flow
|
||||
#end_flow_with_test=
|
||||
|
||||
|
|
|
@ -208,8 +208,8 @@ size_t check_one_circuit_model_port_type_and_size_required(const CircuitLibrary&
|
|||
num_ports_to_check,
|
||||
CIRCUIT_MODEL_PORT_TYPE_STRING[size_t(port_type_to_check)],
|
||||
CIRCUIT_MODEL_TYPE_STRING[size_t(circuit_lib.model_type(circuit_model))],
|
||||
CIRCUIT_MODEL_PORT_TYPE_STRING[size_t(port_type_to_check)],
|
||||
ports.size());
|
||||
ports.size(),
|
||||
CIRCUIT_MODEL_PORT_TYPE_STRING[size_t(port_type_to_check)]);
|
||||
num_err++;
|
||||
}
|
||||
for (const auto& port : ports) {
|
||||
|
|
Loading…
Reference in New Issue