Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | memory_bram: Reuse extract_rdff helper for make_outreg. | Marcelina Kościelnicka | 2021-05-25 | 5 | -40/+52 | |
* | | | verilog: fix case expression sign and width handling | Zachary Snow | 2021-05-25 | 5 | -12/+157 | |
* | | | sv: support remaining assignment operators | Zachary Snow | 2021-05-25 | 3 | -42/+64 | |
* | | | mem/extract_rdff: Add alternate transparency handling. | Marcelina Kościelnicka | 2021-05-25 | 1 | -18/+80 | |
* | | | opt_mem: Add reset/init value support. | Marcelina Kościelnicka | 2021-05-25 | 1 | -0/+12 | |
* | | | kernel/mem: Add model support for read port init value and resets. | Marcelina Kościelnicka | 2021-05-25 | 2 | -4/+73 | |
* | | | mem/extract_rdff: Fix wire naming and wide port support. | Marcelina Kościelnicka | 2021-05-25 | 1 | -6/+22 | |
* | | | memory_bram: Respect write port priority. | Marcelina Kościelnicka | 2021-05-25 | 1 | -0/+14 | |
* | | | opt_mem_feedback: Respect write port priority. | Marcelina Kościelnicka | 2021-05-25 | 2 | -0/+62 | |
* | | | kernel/mem: Add emulate_priority helper. | Marcelina Kościelnicka | 2021-05-25 | 2 | -0/+44 | |
* | | | Add memory_narrow pass. | Marcelina Kościelnicka | 2021-05-25 | 2 | -0/+68 | |
* | | | memory_share: Add wide port support. | Marcelina Kościelnicka | 2021-05-25 | 1 | -0/+6 | |
* | | | opt_mem_feedback: Add wide port support. | Marcelina Kościelnicka | 2021-05-25 | 1 | -14/+24 | |
* | | | memory_map: Add wide port support. | Marcelina Kościelnicka | 2021-05-25 | 1 | -16/+17 | |
* | | | sim: Add wide port support. | Marcelina Kościelnicka | 2021-05-25 | 1 | -3/+3 | |
* | | | Reject wide ports in some passes that will never support them. | Marcelina Kościelnicka | 2021-05-25 | 4 | -2/+35 | |
* | | | kernel/mem: Add a Mem::narrow helper to split up wide ports. | Marcelina Kościelnicka | 2021-05-25 | 2 | -0/+53 | |
* | | | kernel/mem: Emit support for wide ports in packed mode. | Marcelina Kościelnicka | 2021-05-25 | 1 | -30/+34 | |
* | | | kernel/mem: Add model for wide ports. | Marcelina Kościelnicka | 2021-05-25 | 2 | -6/+28 | |
* | | | kernel/mem: Add priority_mask to model. | Marcelina Kościelnicka | 2021-05-25 | 2 | -1/+47 | |
* | | | opt_mem_feedback: Rewrite feedback path finding logic. | Marcelina Kościelnicka | 2021-05-24 | 3 | -115/+373 | |
* | | | opt_mem_feedback: Convert to Mem helpers. | Marcelina Kościelnicka | 2021-05-24 | 1 | -49/+28 | |
* | | | hashlib: Add a hash for bool. | Marcelina Kościelnicka | 2021-05-24 | 1 | -0/+6 | |
* | | | Add a .mailmap file. | Marcelina Kościelnicka | 2021-05-24 | 1 | -0/+3 | |
* | | | Merge pull request #2779 from YosysHQ/mwk/nuke-travis | Miodrag Milanović | 2021-05-24 | 5 | -279/+0 | |
|\ \ \ | ||||||
| * | | | Remove Travis CI. | Marcelina Kościelnicka | 2021-05-24 | 5 | -279/+0 | |
|/ / / | ||||||
* | | | backend/firrtl: Convert to use Mem helpers. | Marcelina Kościelnicka | 2021-05-24 | 1 | -264/+88 | |
* | | | github actions: Test on several gcc and clang versions on Linux. | Marcelina Kościelnicka | 2021-05-24 | 1 | -6/+31 | |
* | | | memory_share: Use Mem helpers. | Marcelina Kościelnicka | 2021-05-23 | 1 | -89/+71 | |
* | | | extract_rdff: Add initvals parameter. | Marcelina Kościelnicka | 2021-05-23 | 4 | -11/+18 | |
* | | | btor: Use is_mem_cell in one more place. | Marcelina Kościelnicka | 2021-05-23 | 1 | -1/+1 | |
* | | | memory_share: Split off feedback path finding as a separate pass. | Marcelina Kościelnicka | 2021-05-23 | 4 | -242/+343 | |
* | | | Add new helper class for merging FFs into cells, use for memory_dff. | Marcelina Kościelnicka | 2021-05-23 | 7 | -240/+596 | |
* | | | opt_mem: Remove write ports with const-0 EN. | Marcelina Kościelnicka | 2021-05-23 | 2 | -0/+46 | |
* | | | memory_memx: Use Mem helper. | Marcelina Kościelnicka | 2021-05-22 | 1 | -42/+31 | |
* | | | kernel/rtlil: Extract some helpers for checking memory cell types. | Marcelina Kościelnicka | 2021-05-22 | 10 | -28/+24 | |
* | | | kernel/mem: Add a check() function. | Marcelina Kościelnicka | 2021-05-22 | 2 | -0/+26 | |
* | | | kernel/mem: defer port removal to emit() | Marcelina Kościelnicka | 2021-05-22 | 2 | -18/+38 | |
* | | | memory_dff: Use Mem helper. | Marcelina Kościelnicka | 2021-05-21 | 1 | -19/+26 | |
* | | | Run VS build on PRs and each push | Miodrag Milanović | 2021-05-20 | 1 | -4/+1 | |
* | | | Bump version | Marcelina Kościelnicka | 2021-05-20 | 1 | -1/+1 | |
* | | | tests/blif: Add missing gitignore | Marcelina Kościelnicka | 2021-05-20 | 1 | -0/+1 | |
* | | | Visual Studio build action | Miodrag Milanovic | 2021-05-17 | 1 | -0/+40 | |
* | | | intel_alm: Fix illegal carry chains | gatecat | 2021-05-15 | 4 | -7/+9 | |
* | | | intel_alm: Add global buffer insertion | gatecat | 2021-05-15 | 19 | -45/+119 | |
* | | | intel_alm: Add IO buffer insertion | gatecat | 2021-05-15 | 19 | -46/+166 | |
* | | | Change the type of current_module to Module | Rupert Swarbrick | 2021-05-13 | 2 | -24/+26 | |
* | | | Use range-based for loop in AST::process | Rupert Swarbrick | 2021-05-13 | 1 | -21/+21 | |
* | | | Add missing parameters for MULT18X18D and ALU54B to ECP5 techlib. | Adam Greig | 2021-05-12 | 1 | -0/+22 | |
* | | | sv: check validity of package end label | Zachary Snow | 2021-05-10 | 2 | -0/+17 |