Skip to content

Commit ee04349

Browse files
committed
Dumping symbol table when blasting by Yosys.
1 parent a8a58c6 commit ee04349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/base/wln/wlnRtl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Gia_Man_t * Wln_BlastSystemVerilog( char * pFileName, char * pTopModule, char *
178178
char * pFileTemp = "_temp_.aig";
179179
int fRtlil = strstr(pFileName, ".rtl") != NULL;
180180
int fSVlog = strstr(pFileName, ".sv") != NULL;
181-
sprintf( Command, "%s -qp \"%s %s%s %s%s; hierarchy %s%s; flatten; proc; memory -nomap; memory_map; %saigmap; write_aiger %s\"",
181+
sprintf( Command, "%s -qp \"%s %s%s %s%s; hierarchy %s%s; flatten; proc; memory -nomap; memory_map; %saigmap; write_aiger -symbols %s\"",
182182
Wln_GetYosysName(),
183183
fRtlil ? "read_rtlil" : "read_verilog",
184184
pDefines ? "-D" : "",

0 commit comments

Comments
 (0)