aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40/ice40_braminit.cc
Commit message (Collapse)AuthorAgeFilesLines
* substr() -> compare()Eddie Hung2019-08-071-3/+3
|
* Fix typo in ice40_braminit help msgClifford Wolf2019-03-091-1/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* ice40: Add ice40_braminit pass to allow initialization of BRAM from fileSylvain Munaut2019-03-081-0/+159
This adds a INIT_FILE attribute to the SB_RAM40_4K blocks that will initialize content from a hex file. Same behavior is imlemented in the simulation model and in a new pass for actual synthesis Signed-off-by: Sylvain Munaut <tnt@246tNt.com>