Mercurial > pygar
diff modules/bluespec/Pygar/lab4/BRegFile.bsv @ 60:6179c07c21d7 pygar svn.61
[svn r61] synthesis boundaries
author | punk |
---|---|
date | Mon, 10 May 2010 20:29:20 -0400 |
parents | 92041177735c |
children | 90fa9b289aab |
line wrap: on
line diff
1.1 --- a/modules/bluespec/Pygar/lab4/BRegFile.bsv Mon May 10 13:50:40 2010 -0400 1.2 +++ b/modules/bluespec/Pygar/lab4/BRegFile.bsv Mon May 10 20:29:20 2010 -0400 1.3 @@ -16,6 +16,9 @@ 1.4 method data_t sub(index_t addr); 1.5 endinterface 1.6 1.7 + 1.8 +(* doc = "synthesis attribute ram_style mkBRegFile distributed;" *) 1.9 +(* synthesize *) 1.10 module mkBRegFile(RegFile#(index_t, data_t)) 1.11 provisos (Bits#(index_t, size_index), 1.12 Bits#(data_t, size_data),