We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5dc35 commit 78c6989Copy full SHA for 78c6989
ODIN_II/SRC/GenericReader.cpp
@@ -45,7 +45,8 @@ inline void* GenericReader::_read() {
45
void* netlist = NULL;
46
47
switch (configuration.input_file_type) {
48
- case (file_type_e::_VERILOG): {
+ case (file_type_e::_VERILOG): // fallthrough
49
+ case (file_type_e::_VERILOG_HEADER): {
50
netlist = this->read_verilog();
51
break;
52
}
0 commit comments