aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/greenpak4
Commit message (Expand)AuthorAgeFilesLines
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-082-2/+2
* Blackbox all whiteboxes after synthesisgatecat2021-03-171-0/+1
* opt_expr: Remove -clkinv option, make it the default.Marcelina Koƛcielnicka2020-07-311-1/+1
* Use C++11 final/override keywords.whitequark2020-06-182-6/+6
* Add force_downto and force_upto wire attributes.Marcelina Koƛcielnicka2020-05-191-0/+2
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-38/+38
* synth_*: call 'opt -fast' after 'techmap'Eddie Hung2020-02-051-2/+1
* Update doc that "-retime" calls abc with "-dff -D 1"Eddie Hung2019-12-301-1/+1
* Revert "Revert "synth_* with -retime option now calls abc with -D 1 as well""Eddie Hung2019-12-301-1/+1
* techlibs/greenpak4/cells_map.v: Harmonize whitespace within lut moduleLarry Doolittle2019-02-261-22/+22
* Fix typographical and grammatical errors and inconsistencies.whitequark2019-01-021-1/+1
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-202-6/+6
* Added RESET_TO_MAX parameter to $__COUNT_ cell. Cannot yet be extracted.Andrew Zonenberg2017-09-142-2/+4
* Initial support for extraction of counters with clock enableAndrew Zonenberg2017-09-141-21/+65
* Fixed typo in error messageAndrew Zonenberg2017-09-011-1/+1
* Added blackbox $__COUNT_ cell modelAndrew Zonenberg2017-09-012-0/+18
* Refactoring: moved modules still in cells_sim to cells_sim_wipAndrew Zonenberg2017-09-013-136/+138
* Merge branch 'master' of https://github.com/cliffordwolf/yosys into counter-e...Andrew Zonenberg2017-08-301-34/+34
|\
| * Reformatted GP_COUNTx_ADV resets to avoid Yosys thinking that they're multi-e...Andrew Zonenberg2017-08-281-34/+34
* | extract_counter: Minor changes requested to comply with upstream policy, fixe...Andrew Zonenberg2017-08-302-4/+4
* | Finished refactoring counter extraction to be nice and generic. Implemented t...Andrew Zonenberg2017-08-282-1/+69
* | Refactoring: Renamed greenpak4_counters pass to extract_counter, moved it to ...Andrew Zonenberg2017-08-283-515/+1
|/
* Fixed bug causing GP_SPI model to not synthesizeAndrew Zonenberg2017-08-271-2/+2
* Fixed more issues with GreenPAK counter sim modelsAndrew Zonenberg2017-08-151-19/+23
* Updated PGEN model to have level triggered reset (matches actual hardware beh...Andrew Zonenberg2017-08-151-4/+4
* Fixed bug in GP_COUNTx modelAndrew Zonenberg2017-08-151-7/+12
* Fixed bug where GP_COUNTx_ADV would wrap even when KEEP was highAndrew Zonenberg2017-08-151-47/+47
* Fixed typo in GP_COUNT8 sim modelAndrew Zonenberg2017-08-141-1/+1
* Fixed typo in error messageAndrew Zonenberg2017-08-141-1/+1
* Changed LEVEL resets for GP_COUNTx to be properly synthesizeableAndrew Zonenberg2017-08-141-48/+60
* Changed LEVEL resets to be edge triggered anywayAndrew Zonenberg2017-08-141-4/+4
* Added level-triggered reset support to GP_COUNTx simulation modelsAndrew Zonenberg2017-08-141-2/+68
* Fixed undeclared "count" in GP_COUNT8_ADVAndrew Zonenberg2017-08-141-0/+2
* Fixed undeclared "count" in GP_COUNT14_ADVAndrew Zonenberg2017-08-141-0/+2
* Fixed typo in last commitAndrew Zonenberg2017-08-141-3/+3
* Finished initial GP_COUNT8/14/8_ADV/14_ADV sim models. Don't support clock di...Andrew Zonenberg2017-08-142-37/+293
* Fixed typo in COUNT8 modelAndrew Zonenberg2017-08-141-2/+2
* Moved GP_POR out of digital cells b/c it has delaysAndrew Zonenberg2017-08-142-21/+21
* Improved cells_sim_digital model for GP_COUNT8Andrew Zonenberg2017-08-142-40/+75
* Refactored GreenPAK4 cells_sim into cells_sim_ams and cells_sim_digitalAndrew Zonenberg2017-08-144-428/+451
* greenpak4_counters: Changed generation of primitive names so that the absorbe...Andrew Zonenberg2017-06-241-3/+21
* greenpak4_counters: Added support for parallel output from GP_COUNTx cellsAndrew Zonenberg2017-05-221-17/+70
* Squelch trailing whitespaceLarry Doolittle2017-04-121-39/+39
* Merge https://github.com/cliffordwolf/yosysAndrew Zonenberg2017-02-141-2/+0
|\
| * Fix double-call of log_pop() in synth_greenpak4Clifford Wolf2017-02-141-2/+0
* | greenpak4: Added POUT to GP_COUNTx cellsAndrew Zonenberg2017-01-011-3/+4
|/
* greenpak4: Added INT pin to GP_SPIAndrew Zonenberg2016-12-211-1/+3
* greenpak4: removed unused MISO pin from GP_SPIAndrew Zonenberg2016-12-211-1/+0
* greenpak4: Removed SPI_BUFFER parameterAndrew Zonenberg2016-12-201-1/+0
* greenpak4: replaced MOSI/MISO with single one-way SDAT pinAndrew Zonenberg2016-12-201-2/+1