[engine] apply code format
This commit is contained in:
parent
e2debd2dde
commit
afdc071c4c
|
@ -531,8 +531,7 @@ class ModuleManager {
|
||||||
vtr::vector<ModuleId, vtr::vector<ModulePortId, bool>>
|
vtr::vector<ModuleId, vtr::vector<ModulePortId, bool>>
|
||||||
port_is_wire_; /* If the port is a wire, use for Verilog port definition. If
|
port_is_wire_; /* If the port is a wire, use for Verilog port definition. If
|
||||||
enabled: <port_type> reg <port_name> */
|
enabled: <port_type> reg <port_name> */
|
||||||
vtr::
|
vtr::vector<ModuleId, vtr::vector<ModulePortId, bool>>
|
||||||
vector<ModuleId, vtr::vector<ModulePortId, bool>>
|
|
||||||
port_is_register_; /* If the port is a register, use for Verilog port
|
port_is_register_; /* If the port is a register, use for Verilog port
|
||||||
definition. If enabled: <port_type> reg <port_name>
|
definition. If enabled: <port_type> reg <port_name>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue