3
0
Fork 0
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:
Clifford Wolf 2015-01-05 13:59:04 +01:00
parent 8898897f7b
commit 9ea2511fe8
8 changed files with 175 additions and 19 deletions

View file

@ -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;