mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 09:05:32 +00:00
Towards Xilinx bram support
This commit is contained in:
parent
8898897f7b
commit
9ea2511fe8
8 changed files with 175 additions and 19 deletions
|
@ -215,6 +215,9 @@ struct rules_t
|
|||
|
||||
void parse(string filename)
|
||||
{
|
||||
if (filename.substr(0, 2) == "+/")
|
||||
filename = proc_share_dirname() + filename.substr(1);
|
||||
|
||||
infile.open(filename);
|
||||
linecount = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue