aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add new helper class for merging FFs into cells, use for memory_dff.Marcelina Kościelnicka2021-05-231-0/+17
* opt_mem: Remove write ports with const-0 EN.Marcelina Kościelnicka2021-05-231-0/+34
* tests/blif: Add missing gitignoreMarcelina Kościelnicka2021-05-201-0/+1
* intel_alm: Fix illegal carry chainsgatecat2021-05-152-4/+4
* intel_alm: Add global buffer insertiongatecat2021-05-1513-41/+41
* intel_alm: Add IO buffer insertiongatecat2021-05-1513-39/+39
* sv: check validity of package end labelZachary Snow2021-05-101-0/+15
* blif: Use library cells' start_offset and upto for wideports.Marcelina Kościelnicka2021-05-082-0/+26
* opt_dff: Fix NOT gates wired in reverse.Marcelina Kościelnicka2021-05-041-8/+13
* Add default assignments to SB_LUT4Claire Xenia Wolf2021-04-201-1/+1
* quicklogic: ABC9 synthesisLofty2021-04-176-17/+17
* preproc: test coverage for #2712Zachary Snow2021-03-303-0/+18
* abc9: uniquify blackboxes like whiteboxes (#2695)Eddie Hung2021-03-291-1/+56
* abc9: fix SCC issues (#2694)Eddie Hung2021-03-293-12/+27
* quicklogic: Add .gitignore file for test outputs.Marcelina Kościelnicka2021-03-231-0/+4
* verilog: check entire user type stack for type definitionXiretza2021-03-211-0/+10
* sv: allow typenames as function return typesZachary Snow2021-03-192-0/+40
* quicklogic: PolarPro 3 supportLofty2021-03-1810-0/+262
* ast: Use better parameter serialization for paramod names.Marcelina Kościelnicka2021-03-181-3/+3
* Blackbox all whiteboxes after synthesisgatecat2021-03-171-9/+9
* sv: carry over global typedefs from previous filesZachary Snow2021-03-172-0/+60
* verilog: fix buf/not primitives with multiple outputsXiretza2021-03-171-0/+15
* blackbox: Include whiteboxed modulesgatecat2021-03-171-0/+14
* verilog: support module scope identifiers in parametric modulesZachary Snow2021-03-161-0/+29
* proc_arst: Add special-casing of clock signal in conditionals.Marcelina Kościelnicka2021-03-151-0/+31
* opt_clean: Remove init attribute bits together with removed DFFs.Marcelina Kościelnicka2021-03-151-11/+20
* rtlil: Disallow 0-width chunks in SigSpec.Marcelina Kościelnicka2021-03-151-0/+14
* sv: allow globals in one file to depend on globals in anotherZachary Snow2021-03-121-0/+20
* verilog: disallow overriding global parametersZachary Snow2021-03-111-0/+16
* memory_dff: Remove now-useless write port handling.Marcelina Kościelnicka2021-03-082-2/+1
* proc_dff: Fix emitted FF when a register is not assigned in async resetMarcelina Kościelnicka2021-03-081-0/+23
* tests/bram: Do not generate write address collisions.Marcelina Kościelnicka2021-03-081-5/+23
* Merge pull request #2626 from zachjs/param-no-defaultwhitequark2021-03-0710-0/+177
|\
| * sv: support for parameters without default valuesZachary Snow2021-03-0210-0/+177
* | Merge pull request #2632 from zachjs/width-limitwhitequark2021-03-072-0/+33
|\ \
| * | verilog: impose limit on maximum expression widthZachary Snow2021-03-042-0/+33
| |/
* / sv: fix some edge cases for unbased unsized literalsZachary Snow2021-03-062-0/+47
|/
* verilog: fix sizing of ports with int types in module headersZachary Snow2021-03-012-0/+61
* verilog: fix handling of nested ifdef directivesZachary Snow2021-03-017-0/+159
* Set aside extraneous tests in simple_abc9 test suiteZachary Snow2021-03-012-0/+19
* Merge pull request #2615 from zachjs/genrtlil-conflictwhitequark2021-03-016-0/+56
|\
| * genrtlil: improve name conflict error messagingZachary Snow2021-02-266-0/+56
* | sv: extended support for integer typesZachary Snow2021-02-284-0/+78
* | Add tests for $countbitsMichael Singer2021-02-262-0/+76
|/
* Extend "delay" expressions to handle pair and triplet, i.e. rise, fall and tu...TimRudy2021-02-242-0/+438
* Add tests for some common techmap files.Marcelina Kościelnicka2021-02-243-0/+50
* Merge pull request #2594 from zachjs/func-arg-widthwhitequark2021-02-238-37/+94
|\
| * verilog: fix sizing of constant args for tasks/functionsZachary Snow2021-02-218-37/+94
* | machxo2: Switch to LUT4 sim model which propagates less undefined/don't care ...William D. Jones2021-02-231-1/+1
* | machxo2: Update tribuf test to reflect active-low OE.William D. Jones2021-02-231-1/+2