icestorm/icebox
Joel Holdsworth ee84ee4d1b icebox_hlc2asc: Allow truth tables to be specified as init string.
Examples;
```hlc
lutff_5 {
    # - Parameters -------
    # LUT_INIT = 0111111110000000

    local_g3_4 -> lutff_5/in_0
    local_g0_6 -> lutff_5/in_1
    local_g2_7 -> lutff_5/in_2
    lutff_5/out -> span4_x3_g12_11
    lutff_5/out -> local_g3_5 -> lutff_5/in_3
    out = 16'b0111111110000000
    enable_dff
}
```

```hlc
lutff_4 {
    local_g3_5 -> lutff_4/in_2
    lutff_4/out -> span12_y12_g6_0
    out = 16'b0000000000010000
    enable_dff
}
```

```hlc
lutff_2 {
    # - Parameters -------
    # LUT_INIT = 01

    lutff_2/out -> span12_y12_g8_0
    lutff_2/out -> span12_x2_g14_0
    lutff_2/out -> local_g0_2 -> lutff_2/in_0
    out = 2'b01
    enable_dff
}
```
2018-06-11 15:54:51 -07:00
..
.gitignore Add chipdb-lm4k.txt to .gitignore 2018-05-13 11:06:00 -07:00
Makefile Add lm4k chipdb to icebox Makefile. 2018-05-13 11:00:26 -07:00
icebox.py icebox: Allow selecting package in icebox_vlog 2018-05-30 11:24:40 +02:00
icebox_asc2hlc.py icebox: Put .hlc converters under ISC license 2017-09-02 14:45:03 +02:00
icebox_chipdb.py Merge pull request #139 from awygle/lm_icebox 2018-05-13 20:55:43 +02:00
icebox_colbuf.py Renamed IceBox .txt files to .asc files 2016-01-01 15:08:41 +01:00
icebox_diff.py Renamed IceBox .txt files to .asc files 2016-01-01 15:08:41 +01:00
icebox_explain.py UltraPlus DSPs working 2017-11-17 15:09:51 +00:00
icebox_hlc2asc.py icebox_hlc2asc: Allow truth tables to be specified as init string. 2018-06-11 15:54:51 -07:00
icebox_html.py Fix icebox_html -8 mode 2018-06-10 17:57:52 +02:00
icebox_maps.py Python3 fixes 2015-12-04 12:10:11 +01:00
icebox_stat.py Added icebox_stat.py 2017-01-01 13:51:10 +01:00
icebox_vlog.py icebox: Allow selecting package in icebox_vlog 2018-05-30 11:24:40 +02:00
iceboxdb.py Remove seperate 5k RAM DB and share with 8k instead 2018-01-16 15:17:20 +00:00
tc_logic_xpr.py icebox: Put .hlc converters under ISC license 2017-09-02 14:45:03 +02:00
tc_rxlat_netnames.py icebox: Put .hlc converters under ISC license 2017-09-02 14:45:03 +02:00
tc_xlat_netnames.py icebox: Put .hlc converters under ISC license 2017-09-02 14:45:03 +02:00