OpenCores

SPI Master/Slave Interface

Issue List
assert PREFETCH >= 2 #7
Closed ameziti opened this issue almost 13 years ago
ameziti commented almost 13 years ago

In spi_master.vhd

-- minimum prefetch lookahead check assert PREFETCH >= 2 report "Generic parameter 'PREFETCH' (lookahead count) needs to be 1 minimum"

must be 2 minimum.

jdoin commented almost 13 years ago

actually, must be 1 minimum. The assert was changed to assert PREFETCH >= 2

The assert can even be omitted, because this generic is of type 'positive', but some synthesis tools can accept it with value zero.

jdoin was assigned almost 13 years ago
jdoin closed this almost 13 years ago
jdoin commented almost 13 years ago

Oops, sorry, the assert was changed to assert PREFETCH >= 1


Assignee
jdoin
Labels
Bug