aboutsummaryrefslogtreecommitdiffstats
path: root/frontends
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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
* 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 pull request #1437 from YosysHQ/eddie/abc_to_abc9Eddie Hung2019-10-081-4/+4
|\ \
| * | Rename abc_* names/attributes to more precisely be abc9_*Eddie Hung2019-10-041-4/+4
* | | Fixes for MSVC buildMiodrag Milanovic2019-10-041-2/+6
|/ /
* | 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
|/
* Merge pull request #1406 from whitequark/connect_rpcwhitequark2019-09-302-0/+591
|\
| * rpc: new frontend.whitequark2019-09-302-0/+591
* | Merge pull request #1416 from YosysHQ/mmicko/frontend_binary_inMiodrag Milanović2019-09-301-2/+6
|\ \
| * | Fix reading aig files on windowsMiodrag Milanovic2019-09-291-1/+5
| * | Open aig frontend as binary fileMiodrag Milanovic2019-09-291-1/+1
| |/
* / Force $inout.out ports to begin with '$' to indicate internalEddie Hung2019-09-231-2/+2
|/
* Fix handling of read_verilog config in AstModule::reprocess_module(), fixes #...Clifford Wolf2019-09-202-18/+30
* Merge pull request #1355 from YosysHQ/eddie/peepopt_dffmuxextEddie Hung2019-09-181-1/+1
|\
| * Revert "parse_xaiger() to do "clean -purge""Eddie Hung2019-09-041-1/+1
* | Fix handling of range selects on loop variables, fixes #1372Clifford Wolf2019-09-161-2/+9
* | Fix handling of z_digit "?" and fix optimization of cmp with "z"Clifford Wolf2019-09-131-5/+1
* | Fix lexing of integer literals without radixClifford Wolf2019-09-131-1/+1
* | Fix lexing of integer literals, fixes #1364Clifford Wolf2019-09-122-3/+3
* | Merge pull request #1312 from YosysHQ/xaig_arrivalEddie Hung2019-09-051-14/+25
|\ \
| * | Merge remote-tracking branch 'origin/master' into xaig_arrivalEddie Hung2019-09-041-0/+7
| |\|
| * | Merge remote-tracking branch 'origin/master' into xaig_arrivalEddie Hung2019-08-301-1/+1
| |\ \