aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/verific/verific.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | Update verific API version checkMiodrag Milanovic2020-06-301-1/+1
* | Fix crash in verific frontendMiodrag Milanovic2020-06-261-1/+2
* | Merge pull request #2168 from whitequark/assert-unused-exprsclairexen2020-06-251-1/+1
|\ \
| * | Remove YS_ATTRIBUTE(unused) where present just for log_assert()/log_debug().whitequark2020-06-191-1/+1
* | | optimization, all items should have same attributesMiodrag Milanovic2020-06-251-0/+1
* | | verific - import attributes for net buses as wellMiodrag Milanovic2020-06-241-1/+4
|/ /
* | Use C++11 final/override keywords.whitequark2020-06-181-5/+5
* | Merge pull request #2131 from YosysHQ/claire/preserveffsclairexen2020-06-101-0/+3
|\ \
| * | Do not optimize away FFs in "prep" and Verific fron-endClaire Wolf2020-06-091-0/+3
* | | verific - detect missing memory to prevent crash.Miodrag Milanovic2020-06-101-2/+7
|/ /
* | Support asymmetric memories for verific frontendMiodrag Milanovic2020-06-011-6/+1
* | Revert "Add support for non-power-of-two mem chunks in verific importer"Claire Wolf2020-05-171-12/+2
|/
* Add support for non-power-of-two mem chunks in verific importerClaire Wolf2020-05-141-2/+12
* verific: ignore anonymous enumsEddie Hung2020-04-301-1/+4
* verific: support VHDL enums tooEddie Hung2020-04-271-13/+43
* verific: recover wiretype/enum attr as part of import_attributes()Eddie Hung2020-04-271-5/+34
* Revert "verific: import enum attributes from verific"Eddie Hung2020-04-241-24/+0
* verific: do not assert if wire not found; warn insteadEddie Hung2020-04-231-2/+6
* verific: import enum attributes from verificEddie Hung2020-04-221-0/+20
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-48/+48
* kernel: use more ID::*Eddie Hung2020-04-021-1/+1
* Merge pull request #1667 from YosysHQ/clifford/verificnandClaire Wolf2020-01-301-0/+8
|\
| * Add Verific support for OPER_REDUCE_NANDClaire Wolf2020-01-301-0/+8
* | Merge pull request #1503 from YosysHQ/eddie/verific_helpClaire Wolf2020-01-301-8/+8
|\ \
| * | Merge remote-tracking branch 'origin/master' into eddie/verific_helpEddie Hung2020-01-271-10/+30
| |\|
| * | verific: no help() when no YOSYS_ENABLE_VERIFICEddie Hung2020-01-271-4/+1
| * | OopsEddie Hung2019-11-191-1/+1
| * | Print help message for verific passEddie Hung2019-11-191-9/+12
* | | verific: also unflatten for 'hierarchy' flow as per @cliffordwolfEddie Hung2020-01-271-0/+3
* | | verific: unflatten struct portsEddie Hung2020-01-241-0/+3
| |/ |/|
* | Send people to symbioticeda.com instead of verific.comClifford Wolf2019-12-181-3/+20
* | Improve handling of verific primitives in "verific -import -V" modeClifford Wolf2019-11-221-2/+2
* | 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-201-4/+7
|/
* Improve naming scheme for (VHDL) modules imported from VerificClifford Wolf2019-10-241-3/+26
* Add "verific -L"Clifford Wolf2019-10-241-1/+12
* Fix handling of "restrict" in Verific front-endClifford Wolf2019-10-211-1/+1
* Fix erroneous ifndef-NDEBUG in verific.ccClifford Wolf2019-08-171-3/+1
* Fix various NDEBUG compiler warnings, closes #1255Clifford Wolf2019-08-131-0/+2
* Merge pull request #1258 from YosysHQ/eddie/cleanupClifford Wolf2019-08-101-2/+2
|\
| * substr() -> compare()Eddie Hung2019-08-071-2/+2
| * stoi -> atoiEddie Hung2019-08-071-1/+1
| * Use std::stoi instead of atoi(<str>.c_str())Eddie Hung2019-08-061-1/+1
* | Automatically prune init attributes in verific front-end, fixes #1237Clifford Wolf2019-08-071-5/+58
|/
* Call "read_verilog" with -defer from "read"Clifford Wolf2019-07-291-1/+2
* Only support Symbiotic EDA flavored VerificClifford Wolf2019-06-021-0/+8
* Enable Verific flag veri_elaborate_top_level_modules_having_interface_ports, ...Clifford Wolf2019-05-301-0/+3
* For hier_tree::Elaborate() also include SV root modules (bind)Eddie Hung2019-05-031-23/+36
* Fix verific_parameters construction, use attribute to mark top netlistsEddie Hung2019-05-031-7/+11
* WIP -chparam support for hierarchy when verificEddie Hung2019-05-031-10/+15