aboutsummaryrefslogtreecommitdiffstats
path: root/frontends
Commit message (Expand)AuthorAgeFilesLines
...
* | | read_xaiger to cope with optional '\n' after 'c'Eddie Hung2019-12-171-2/+2
* | | Name inputs/outputs of aiger 'i%d' and 'o%d'Eddie Hung2019-12-131-13/+6
* | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-12-062-5/+9
|\| |
| * | Merge pull request #1551 from whitequark/manual-cell-operandsClifford Wolf2019-12-051-5/+5
| |\ \
| | * | kernel: require \B_SIGNED=0 on $shl, $sshl, $shr, $sshr.whitequark2019-12-041-5/+5
| * | | read_ilang: do bounds checking on bit indicesMarcin Koƛcielnicki2019-11-271-0/+4
| |/ /
* | | Call abc9 with "&write -n", and parse_xaiger() to copeEddie Hung2019-12-061-92/+85
* | | Do not connect undriven POs to 1'bxEddie Hung2019-12-061-8/+3
* | | Merge branch 'eddie/clkpart' into xaig_dffEddie Hung2019-11-225-18/+88
|\| |
| * | Add Verific support for SVA nexttime propertiesClifford Wolf2019-11-221-0/+22
| * | Improve handling of verific primitives in "verific -import -V" modeClifford Wolf2019-11-221-2/+2
| * | Add Verific SVA support for "always" propertiesClifford Wolf2019-11-221-5/+15
| * | sv: Correct parsing of always_comb, always_ff and always_latchDavid Shah2019-11-212-5/+40
| * | Correctly treat empty modules as blackboxes in VerificClifford Wolf2019-11-201-1/+1
| * | Do not rename VHDL entities to "entity(impl)" when they are top modulesClifford Wolf2019-11-202-5/+8
| |/
* | Consistent log message, ignore 's' extensionEddie Hung2019-11-201-2/+3
* | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-11-199-33/+260
|\|
| * Add check for valid macro names in macro definitionsClifford Wolf2019-11-071-7/+11
| * Improve naming scheme for (VHDL) modules imported from VerificClifford Wolf2019-10-241-3/+26
| * Add "verific -L"Clifford Wolf2019-10-241-1/+12
| * Add "verilog_defines -list" and "verilog_defines -reset"Clifford Wolf2019-10-211-0/+16
| * Fix handling of "restrict" in Verific front-endClifford Wolf2019-10-211-1/+1
| * Fix parsing of .cname BLIF statementsClifford Wolf2019-10-161-1/+1
| * Add .blackbox support to blif front-endClifford Wolf2019-10-161-0/+6
| * Use "(id)" instead of "id" for types as temporary hackClifford Wolf2019-10-145-20/+187
| |\
| | * frontends/ast: code styleDavid Shah2019-10-031-2/+1
| | * sv: Fix typedefs in blocksDavid Shah2019-10-031-2/+2
| | * sv: Disambiguate interface portsDavid Shah2019-10-031-3/+19
| | * sv: Fix memories of typedefsDavid Shah2019-10-031-1/+1
| | * sv: Add %expectDavid Shah2019-10-031-0/+1
| | * sv: Add support for memories of a typedefDavid Shah2019-10-031-6/+20
| | * sv: Add support for memory typedefsDavid Shah2019-10-032-3/+34
| | * sv: Fix typedefs in packagesDavid Shah2019-10-031-4/+10
| | * sv: Fix typedef parametersDavid Shah2019-10-032-6/+48
| | * sv: Switch parser to glr, prep for typedefDavid Shah2019-10-035-11/+89
* | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-10-081-2/+6
|\| |
| * | Merge pull request #1437 from YosysHQ/eddie/abc_to_abc9Eddie Hung2019-10-081-4/+4
| |\ \
| * | | Fixes for MSVC buildMiodrag Milanovic2019-10-041-2/+6
* | | | Fix merge issuesEddie Hung2019-10-041-1/+1
* | | | Merge remote-tracking branch 'origin/eddie/abc_to_abc9' into xaig_dffEddie Hung2019-10-041-4/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Rename abc_* names/attributes to more precisely be abc9_*Eddie Hung2019-10-041-4/+4
| |/ /
* | | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-10-033-35/+61
|\| |
| * | Merge pull request #1419 from YosysHQ/eddie/lazy_deriveClifford Wolf2019-10-032-35/+59
| |\ \ | | |/ | |/|
| | * Fix for svinterfacesEddie Hung2019-09-301-2/+8
| | * module->derive() to be lazy and not touch ast if already derivedEddie Hung2019-09-302-33/+51
| * | Define environ, fixes #1424Miodrag Milanovic2019-10-011-0/+2
| |/
* | Cleanup $currQ from aigerparseEddie Hung2019-09-301-2/+0
* | Merge remote-tracking branch 'origin/master' into xaig_dffEddie Hung2019-09-303-2/+597
|\|
| * Merge pull request #1406 from whitequark/connect_rpcwhitequark2019-09-302-0/+591
| |\
| | * rpc: new frontend.whitequark2019-09-302-0/+591