mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-04 00:58:10 +00:00
o In cover.cc, the int-result of mkstemps() was assigned to a string and silently interpreted as a single-character filename with a funny value. Fix with the intent: assign the filename. o in libparse.cc, an int was assigned to a string, but depending on visible constructors, this is ambiguous. Explicitly cast this to a char. |
||
---|---|---|
.. | ||
.gitignore | ||
abc.cc | ||
aigmap.cc | ||
alumacc.cc | ||
attrmap.cc | ||
attrmvcp.cc | ||
deminout.cc | ||
dff2dffe.cc | ||
dff2dffs.cc | ||
dffinit.cc | ||
dfflibmap.cc | ||
dffsr2dff.cc | ||
extract.cc | ||
extract_counter.cc | ||
extract_fa.cc | ||
extract_reduce.cc | ||
filterlib.cc | ||
flowmap.cc | ||
hilomap.cc | ||
insbuf.cc | ||
iopadmap.cc | ||
libparse.cc | ||
libparse.h | ||
lut2mux.cc | ||
maccmap.cc | ||
Makefile.inc | ||
muxcover.cc | ||
nlutmap.cc | ||
pmuxtree.cc | ||
shregmap.cc | ||
simplemap.cc | ||
simplemap.h | ||
techmap.cc | ||
tribuf.cc | ||
zinit.cc |