Answers Database
Exemplar Spectrum: Read gives :hdl_file.v", line 14: Error, Empty port is not supported
Record #5678
Product Family: Software
Product Line: Exemplar
Product Part: Leonardo Spectrum
Product Version: 1998.2
Problem Title:
Exemplar Spectrum: Read gives :hdl_file.v", line 14: Error, Empty port is not supported
Problem Description:
Urgency: Standard
General Description:
After entering in my HDL code I try and do a 'Read' in Exemplar Spectrum. Eventually
it errors out and gives me an error message similar to the following:
"hdl_file.v", Error, Empty port is not supported
Error(s) found in Verilog source.
My design seems to run fine through other synthesis tools.
Solution 1:
This may be due to an extra comma after a port declaration in the module declaration.
Apparantly Exemplar Spectrum does not allow an empty port, or no signal name, after
the comma, and errors out. The syntax creating the problem may look similiar to the
following:
module test ( reset_l, clk, data_in1, data_in2
checksignal,
);
The empty port error in Exemplar would come from the place holder after the "checksignal"
comma, but no signal/port name is provided.
Removing the extra comma will fix this problem.
End of Record #5678 - Last Modified: 02/16/99 16:41 |