aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #406 from azonenberg/coolrunner-techmapClifford Wolf2017-09-022-18/+125
|\
| * coolrunner2: Finish fixing special-use p-termsRobert Ou2017-09-011-8/+20
| * coolrunner2: Generate a feed-through AND term when necessaryRobert Ou2017-09-011-13/+31
| * coolrunner2: Initial fixes for special p-termsRobert Ou2017-09-012-1/+81
| * coolrunner2: Fix mapping of flip-flopsRobert Ou2017-09-011-1/+0
| * coolrunner2: Combine some for loops togetherRobert Ou2017-09-011-16/+14
* | 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
* Merge pull request #381 from azonenberg/countfixClifford Wolf2017-08-144-504/+900
|\
| * 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
* | coolrunner2: Add INVERT parameter to some BUFGsRobert Ou2017-08-141-2/+6
* | coolrunner2: Add FFs with clock enable to cells_sim.vRobert Ou2017-08-141-0/+60
|/
* Add techlibs/xilinx/lut2lut.vClifford Wolf2017-07-102-0/+66
* Fix some c++ clang compiler errorsClifford Wolf2017-07-031-3/+3
* Apply minor coding style changes to coolrunner2 targetClifford Wolf2017-07-032-1/+1
* Merge pull request #352 from rqou/masterClifford Wolf2017-07-036-0/+645
|\
| * coolrunner2: Add a few more primitivesRobert Ou2017-06-251-0/+110
| * coolrunner2: Initial mapping of latchesRobert Ou2017-06-254-0/+63
| * coolrunner2: Initial mapping of DFFsRobert Ou2017-06-254-0/+76
| * coolrunner2: Remove redundant INVERT_PTCRobert Ou2017-06-252-4/+1
| * coolrunner2: Remove debug printsRobert Ou2017-06-251-2/+0
| * coolrunner2: Correctly handle $_NOT_ after $sopRobert Ou2017-06-251-5/+41
| * coolrunner2: Also construct the XOR cell in the macrocellRobert Ou2017-06-252-7/+34
| * coolrunner2: Initial techmapping for $sopRobert Ou2017-06-254-153/+268
| * coolrunner2: Initial commitRobert Ou2017-06-243-0/+223