aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/greenpak4
Commit message (Collapse)AuthorAgeFilesLines
* Add force_downto and force_upto wire attributes.Marcelina Kościelnicka2020-05-191-0/+2
| | | | Fixes #2058.
* 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
| | | | This reverts commit 6008bb7002f874e5c748eaa2050e7b6c17b32745.
* 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
| | | | | | | | | | | | The initial list of hits was generated with the codespell command below, and each hit was evaluated and fixed manually while taking context into consideration. DIRS="kernel/ frontends/ backends/ passes/ techlibs/" DIRS="${DIRS} libs/ezsat/ libs/subcircuit" codespell $DIRS -S *.o -L upto,iff,thru,synopsys,uint More hits were found by looking through comments and strings manually.
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-202-6/+6
| | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established)
* 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 ↵Andrew Zonenberg2017-08-301-34/+34
|\ | | | | | | counter-extraction
| * Reformatted GP_COUNTx_ADV resets to avoid Yosys thinking that they're ↵Andrew Zonenberg2017-08-281-34/+34
| | | | | | | | multi-edge-sensitive and getting confused.
* | extract_counter: Minor changes requested to comply with upstream policy, ↵Andrew Zonenberg2017-08-302-4/+4
| | | | | | | | fixed a few typos
* | Finished refactoring counter extraction to be nice and generic. Implemented ↵Andrew Zonenberg2017-08-282-1/+69
| | | | | | | | techmapping from $__COUNT_ to GP_COUNTx cells.
* | Refactoring: Renamed greenpak4_counters pass to extract_counter, moved it to ↵Andrew Zonenberg2017-08-283-515/+1
|/ | | | techmap/ since it's going to become a generic pass
* 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 ↵Andrew Zonenberg2017-08-151-4/+4
| | | | behavior
* 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 ↵Andrew Zonenberg2017-08-142-37/+293
| | | | divide, but do everything else.
* 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 ↵Andrew Zonenberg2017-06-241-3/+21
| | | | absorbed register's name is included
* 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
|
* greenpak4: Changed port names on GP_SPI for clarityAndrew Zonenberg2016-12-201-4/+4
|
* greenpak4: Initial implementation of GP_SPI cellAndrew Zonenberg2016-12-201-0/+27
|
* greenpak4: Updated GP_DCMP cell modelAndrew Zonenberg2016-12-171-2/+20
|
* greenpak: Fixes to GP_DCMP* blocks. Added GP_CLKBUF.Andrew Zonenberg2016-12-161-5/+10
|