We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inout
Contents of test file InoutConnect.sv:
InoutConnect.sv
module InoutConnect( .X1(internal), .X2(internal) ); parameter width = 1; inout [ width - 1 : 0 ] internal; endmodule // InoutConnect
How to run:
% synlig synlig> read_systemverilog InoutConnect.sv
Output:
1. Executing SystemVerilog frontend. [INF:CM0023] Creating log file "/home/tim/rtl/slpp_all/surelog.log". [INF:CP0300] Compilation... [INF:CP0303] /home/tim/rtl/InoutConnect.sv:2:1: Compile module "work@InoutConnect". [INF:CP0302] Compile class "work@mailbox". [INF:CP0302] Compile class "work@process". [INF:CP0302] Compile class "work@semaphore". [NTE:CP0309] /home/tim/rtl/InoutConnect.sv:10:28: Implicit port type (wire) for "internal". [INF:EL0526] Design Elaboration... [NTE:EL0503] /home/tim/rtl/InoutConnect.sv:2:1: Top level module "work@InoutConnect". [NTE:EL0508] Nb Top level modules: 1. [NTE:EL0509] Max instance depth: 1. [NTE:EL0510] Nb instances: 1. [NTE:EL0511] Nb leaf instances: 1. [INF:UH0706] Creating UHDM Model... [INF:UH0707] Elaborating UHDM... [ FATAL] : 0 [ SYNTAX] : 0 [ ERROR] : 0 [WARNING] : 0 [ NOTE] : 6 VPI ERROR: Bad usage of vpi_get Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
Additional information in ./slpp_all/surelog.log:
./slpp_all/surelog.log
VERSION: 1.84 BUILT : Nov 20 2024 DATE : 2024-11-21.11:47:19 COMMAND: InoutConnect.sv -DYOSYS=1 -DSYNTHESIS=1
Sorry, something went wrong.
No branches or pull requests
Contents of test file
InoutConnect.sv
:How to run:
Output:
The text was updated successfully, but these errors were encountered: