Remove space issue.

This commit is contained in:
Cary R 2014-04-10 14:36:06 -07:00
parent a5423ce5ce
commit 734d56ce25
1 changed files with 1 additions and 1 deletions

View File

@ -3850,7 +3850,7 @@ port_declaration
@2.first_line);
real_type_t*real_type = new real_type_t(real_type_t::REAL);
FILE_NAME(real_type, @3);
pform_module_define_port(@2, name, NetNet::PINPUT,
pform_module_define_port(@2, name, NetNet::PINPUT,
NetNet::WIRE, real_type, $1);
port_declaration_context.port_type = NetNet::PINPUT;
port_declaration_context.port_net_type = NetNet::WIRE;