Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Fix deadname SVN links | Claire Xenia Wolf | 2021-06-09 | 2 | -3/+3 | |
| * | | | Intersynth URL | Claire Xenia Wolf | 2021-06-09 | 2 | -2/+2 | |
| * | | | More deadname stuff | Claire Xenia Wolf | 2021-06-09 | 2 | -4/+4 | |
| * | | | Fix icestorm links | Claire Xenia Wolf | 2021-06-09 | 2 | -516/+516 | |
| * | | | More deadname stuff | Claire Xenia Wolf | 2021-06-09 | 10 | -27/+27 | |
| * | | | Use HTTPS for website links, gatecat email | Claire Xenia Wolf | 2021-06-09 | 20 | -26/+26 | |
| * | | | Fix files with CRLF line endings | Claire Xenia Wolf | 2021-06-09 | 5 | -422/+422 | |
| * | | | Fixing old e-mail addresses and deadnames | Claire Xenia Wolf | 2021-06-08 | 309 | -331/+330 | |
| * | | | Add claire deadname stuff to .mailmap | Claire Xenia Wolf | 2021-06-08 | 1 | -0/+4 | |
* | | | | verilog: check for module scope identifiers during width detection | Zachary Snow | 2021-06-08 | 4 | -13/+41 | |
* | | | | mem2reg: tolerate out of bounds constant accesses | Zachary Snow | 2021-06-08 | 4 | -5/+94 | |
* | | | | autoname: simple perf optimizations | Zachary Snow | 2021-06-08 | 1 | -11/+15 | |
|/ / / | ||||||
* | | | sv: support tasks and functions within packages | Zachary Snow | 2021-06-01 | 5 | -2/+56 | |
* | | | kernel/mem: Recognize some deprecated memory port configs. | Marcelina Kościelnicka | 2021-06-01 | 1 | -0/+10 | |
* | | | memory_map: Improve start_offset handling. | Marcelina Kościelnicka | 2021-05-31 | 2 | -35/+131 | |
* | | | memory_share: Add read port merging. | Marcelina Kościelnicka | 2021-05-29 | 1 | -0/+140 | |
* | | | memory_share: Improve sat-based port sharing. | Marcelina Kościelnicka | 2021-05-28 | 1 | -117/+151 | |
* | | | Make a few passes auto-call Mem::narrow instead of rejecting wide ports. | Marcelina Kościelnicka | 2021-05-28 | 5 | -33/+10 | |
* | | | backends/verilog: Add support for memory read port reset and init value. | Marcelina Kościelnicka | 2021-05-27 | 1 | -9/+81 | |
* | | | backends/verilog: Add wide port support. | Marcelina Kościelnicka | 2021-05-27 | 1 | -43/+88 | |
* | | | memory_share: Improve same-address merging, recognize wide write ports. | Marcelina Kościelnicka | 2021-05-27 | 1 | -204/+77 | |
* | | | kernel/mem: Add helpers for write port widening. | Marcelina Kościelnicka | 2021-05-27 | 2 | -0/+57 | |
* | | | kernel/mem: Add sub_addr helpers. | Marcelina Kościelnicka | 2021-05-26 | 3 | -26/+32 | |
* | | | kernel/mem: Add prepare_wr_merge helper. | Marcelina Kościelnicka | 2021-05-26 | 2 | -0/+27 | |
* | | | backends/verilog: Try to preserve mem write port priorities. | Marcelina Kościelnicka | 2021-05-26 | 1 | -32/+84 | |
* | | | mem/extract_rdff: Fix "no FF made" edge case. | Marcelina Kościelnicka | 2021-05-25 | 2 | -3/+9 | |
* | | | 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 |