3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 02:45:52 +00:00
yosys/passes/techmap
whitequark 00e7dec7f5 Replace "ILANG" with "RTLIL" everywhere.
The only difference between "RTLIL" and "ILANG" is that the latter is
the text representation of the former, as opposed to the in-memory
graph representation. This distinction serves no purpose but confuses
people: it is not obvious that the ILANG backend writes RTLIL graphs.

Passes `write_ilang` and `read_ilang` are provided as aliases to
`write_rtlil` and `read_rtlil` for compatibility.
2020-08-26 17:29:32 +00:00
..
abc.cc abc: Refactor to use FfInitVals. 2020-07-24 11:22:31 +02:00
abc9.cc Replace opt_rmdff with opt_dff. 2020-08-07 13:21:03 +02:00
abc9_exe.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
abc9_ops.cc Remove YS_ATTRIBUTE(unused) where present just for log_assert()/log_debug(). 2020-06-19 15:48:58 +00:00
aigmap.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
alumacc.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
attrmap.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
attrmvcp.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
clkbufmap.cc clkbufmap: improve input pad handling. 2020-07-09 18:48:01 +02:00
deminout.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
dffinit.cc dffinit: Refactor to use FfInitVals. 2020-07-24 11:22:31 +02:00
dfflegalize.cc dfflegalize: Refactor to use FfInitVals. 2020-07-24 11:22:31 +02:00
dfflibmap.cc dfflibmap: Refactor to use dfflegalize internally. 2020-07-09 18:51:03 +02:00
dffunmap.cc Add dffunmap pass. 2020-07-31 00:59:51 +02:00
extract.cc Replace "ILANG" with "RTLIL" everywhere. 2020-08-26 17:29:32 +00:00
extract_counter.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
extract_fa.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
extract_reduce.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
extractinv.cc Naming fixes. 2020-07-05 22:21:59 +02:00
filterlib.cc Moved dfflibmap from passes/dfflibmap to passes/techmap 2013-10-16 15:32:26 +02:00
flatten.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
flowmap.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
hilomap.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
insbuf.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
iopadmap.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
libparse.cc Fix two instances of integer-assignment to string. 2019-05-14 22:01:15 -07:00
libparse.h Updated the liberty parser to accept [A:B] ranges (AST has not been updated). Liberty parser now also accepts key : value pair lines that do not end in ';'. 2019-03-24 22:54:18 +01:00
lut2mux.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
maccmap.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
Makefile.inc Remove now-redundant dff2dffe pass. 2020-08-07 13:21:34 +02:00
muxcover.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
nlutmap.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
pmuxtree.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
shregmap.cc shregmap: Refactor to use FfInitVals. 2020-07-24 11:22:31 +02:00
simplemap.cc simplemap: Fix $dffsre mapping. 2020-06-23 23:16:43 +02:00
simplemap.h Replace std::map with dict for simplemap_mappers. 2020-05-14 20:06:53 +00:00
techmap.cc Replace "ILANG" with "RTLIL" everywhere. 2020-08-26 17:29:32 +00:00
tribuf.cc Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
zinit.cc zinit: Refactor to use FfInitVals. 2020-07-24 11:22:31 +02:00