Skip to content

Commit

Permalink
verilog-vhdl_export: discard more useless items
Browse files Browse the repository at this point in the history
  • Loading branch information
tgingold committed Feb 14, 2024
1 parent 4f677dd commit ac67b4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/verilog/verilog-vhdl_export.adb
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,14 @@ package body Verilog.Vhdl_Export is
-- the identifier of the port.
null;
when N_Localparam
| N_Var =>
| N_Var
| N_Genvar =>
null;
when Nkinds_Nets
| N_Assign
| N_Module_Instance
| N_Generate_Region
| N_Loop_Generate
| N_Always
| N_Initial =>
null;
Expand Down

0 comments on commit ac67b4c

Please sign in to comment.