aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/coolrunner2/coolrunner2_sop.cc
Commit message (Collapse)AuthorAgeFilesLines
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
|
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-52/+52
|
* kernel: use more ID::*Eddie Hung2020-04-021-4/+4
|
* coolrunner2: Attempt to give wires/cells more meaningful namesR. Ou2020-03-021-6/+18
|
* coolrunner2: Insert many more required feedthrough cellsR. Ou2020-03-011-66/+28
|
* coolrunner2: Separate and improve buffer cell insertion passR. Ou2020-02-161-54/+0
| | | | | | | The new pass will contain all of the logic for inserting "passthrough" product term and XOR cells as appropriate for the architecture. For example, this commit fixes connecting an input pin directly to another output pin with no logic in between.
* Fix spacingEddie Hung2019-08-061-3/+3
|
* Make liberal use of IdString.in()Eddie Hung2019-08-061-14/+8
|
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
| | | | | | | | | 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)
* coolrunner2: Add an ANDTERM/XOR between chained FFsRobert Ou2018-03-311-0/+58
| | | | | | | In some cases (e.g. the low bits of counters) the design might end up with a flip-flop whose input is directly driven by another flip-flop. This isn't possible in the Coolrunner-II architecture, so add a single AND term and XOR in this case.
* 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-011-0/+78
| | | | | Certain signals can only be controlled by a product term and not a sum-of-products. Do the initial work for fixing this.
* coolrunner2: Combine some for loops togetherRobert Ou2017-09-011-16/+14
|
* Fix some c++ clang compiler errorsClifford Wolf2017-07-031-3/+3
|
* Apply minor coding style changes to coolrunner2 targetClifford Wolf2017-07-031-0/+156