OpenCores

SPI Master/Slave Interface

Issue List
assert PREFETCH >= 2 #7
Closed ameziti opened this issue about 14 years ago
ameziti commented about 14 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 about 14 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 about 14 years ago
jdoin closed this about 14 years ago
jdoin commented about 14 years ago

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


Assignee
jdoin
Labels
Bug