diff --git a/openfpga/src/fabric/module_manager.h b/openfpga/src/fabric/module_manager.h index 4c12873af..2c8633b42 100644 --- a/openfpga/src/fabric/module_manager.h +++ b/openfpga/src/fabric/module_manager.h @@ -531,11 +531,10 @@ class ModuleManager { vtr::vector> port_is_wire_; /* If the port is a wire, use for Verilog port definition. If enabled: reg */ - vtr:: - vector> - port_is_register_; /* If the port is a register, use for Verilog port - definition. If enabled: reg - */ + vtr::vector> + port_is_register_; /* If the port is a register, use for Verilog port + definition. If enabled: reg + */ vtr::vector> port_preproc_flags_; /* If a port is available only when a pre-processing flag is enabled. This is to record the