yosys/frontends
Rupert Swarbrick 3421979f00 Change the type of current_module to Module
The current_module global is needed so that genRTLIL has somewhere to
put cells and wires that it generates as it makes sense of expressions
that it sees. However, that doesn't actually need to be an AstModule:
the Module base class is enough.

This patch should cause no functional change, but the point is that
it's now possible to call genRTLIL with a module that isn't an
AstModule as "current_module". This will be needed for 'bind' support.
2021-05-13 23:44:48 -04:00
..
aiger Provide an integer implementation of decimal_digits(). 2021-02-01 11:23:44 -08:00
ast Change the type of current_module to Module 2021-05-13 23:44:48 -04:00
blif blif: Use library cells' start_offset and upto for wideports. 2021-05-08 15:50:03 +02:00
json Remove duplicates from conns array in JSON front-end, fixes #2736 2021-04-26 16:32:12 +02:00
liberty Use C++11 final/override keywords. 2020-06-18 23:34:52 +00:00
rpc Fix argument handling in connect_rpc 2020-10-19 13:40:57 +02:00
rtlil Add support for memory writes in processes. 2021-03-08 20:16:29 +01:00
verific Update README 2021-03-04 16:43:30 +01:00
verilog sv: check validity of package end label 2021-05-10 14:37:32 -04:00