aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/fasm.cc
Commit message (Expand)AuthorAgeFilesLines
* Add missing <set> includesgatecat2023-01-201-0/+1
* refactor: Use IdString::in instead of || chainsgatecat2022-08-101-4/+3
* refactor: id(stringf(...)) to new idf(...) helpergatecat2022-08-101-2/+2
* Change write_dcc to work with tilegroups from prjoxideMaciej Dudek2022-05-271-3/+2
* clangformatgatecat2022-03-311-8/+9
* Rename parse_lattice_param to parse_lattice_param_from_cellMaciej Dudek2022-03-301-17/+22
* Nexus: Fixed OSCA parameters, add pll default parametersMaciej Dudek2022-03-181-2/+142
* nexus: Added support for the DCS BelMaciej Kurc2022-03-161-0/+11
* nexus: Added FASM feature emission for DCC and port timing class infoMaciej Kurc2022-03-151-0/+12
* refactor: New member functions to replace design_utilsgatecat2022-02-181-4/+4
* nexus: handle SLEWRATE in pdcKarol Gugala2021-12-201-2/+2
* nexus: LUT permutation supportgatecat2021-09-241-2/+39
* nexus: Support for split Vcc routinggatecat2021-09-221-0/+2
* Use correct names for IDDRX1_ODDRX1 FASM featuresMaciej Kurc2021-09-171-5/+1
* Added automatic inference and integration of FFs driving T pin into IOLOGICMaciej Kurc2021-09-171-0/+6
* nexus: Basic packer and FASM support for I/ODDRgatecat2021-07-281-2/+16
* nexus: Disable center DCC-thrus on 17k devicegatecat2021-06-161-1/+0
* nexus: Fix FASM gen for DCC-thrugatecat2021-06-161-3/+34
* Fixing old emails and names in copyrightsgatecat2021-06-121-1/+1
* nexus: Fix LRAM x coordgatecat2021-06-101-0/+2
* Using hashlib in archesgatecat2021-06-021-5/+5
* Use hashlib for core netlist structuresgatecat2021-06-021-10/+10
* nexus: Fix some IO FASM gengatecat2021-03-301-0/+4
* nexus: Fix LIFCL-17 LRAM FASMgatecat2021-03-301-0/+2
* nexus: Fix default IO configgatecat2021-03-291-0/+2
* Merge pull request #651 from YosysHQ/gatecat/nexus-vccogatecat2021-03-291-3/+51
|\
| * nexus: Fix bank Vcco FASMgatecat2021-03-291-3/+51
* | nexus: Default HF_OSC_EN to ENABLEDgatecat2021-03-291-1/+1
|/
* nexus: Fix FASM gen for LIFCL-17gatecat2021-03-261-1/+4
* Split nextpnr.h to allow for linear inclusion.Keith Rothman2021-03-151-0/+1
* nexus: Support for hard DPHYgatecat2021-03-081-0/+32
* Mark IdString and IdStringList single argument constructors explicit.Keith Rothman2021-02-041-6/+6
* Make RelSlice uncopyableD. Shah2021-01-271-1/+1
* nexus: Switch from RelPtr to RelSliceD. Shah2021-01-271-4/+4
* nexus: Add support for initialised LRAMDavid Shah2020-12-071-1/+23
* nexus: Add basic LRAM support (no init)David Shah2020-12-021-0/+18
* nexus: Add PLL supportDavid Shah2020-12-021-0/+56
* nexus: Larger DSP tweaksDavid Shah2020-11-301-1/+7
* nexus: Support for unclocked 9x9 multipliesDavid Shah2020-11-301-0/+25
* nexus: Basic support for carriesDavid Shah2020-11-301-3/+3
* nexus: Basic support for differential IO typesDavid Shah2020-11-301-3/+86
* nexus: EBR fixesDavid Shah2020-11-301-4/+5
* nexus: EBR FASM generationDavid Shah2020-11-301-0/+78
* nexus: LUTRAM supportDavid Shah2020-11-301-0/+13
* nexus: Generate FASM files that can be used standaloneDavid Shah2020-11-301-6/+96
* nexus: Add constant/inversion packingDavid Shah2020-11-301-5/+42
* nexus: More pin styles and FASM pinmux genDavid Shah2020-11-301-0/+24
* nexus: Refactor cell pin style dbDavid Shah2020-11-301-4/+0
* nexus: Tidy up FASM backendDavid Shah2020-11-301-9/+32
* nexus: Use tilegroups for IO bitgenDavid Shah2020-11-301-2/+13