mirror of
https://github.com/marqs85/ossc
synced 2025-04-22 21:01:41 +03:00
![]() In the Flash info structure, the field containing the end address of the Flash storage is documented to be non-inclusive. However, when this field is compared to the end address of a read or write, which is also non-inclusive, it is considered an error that these two values match, which is incorrect, as this would error out on an attempt to fully read/write the last page. Fix this by simply changing the >= comparison into a > one. |
||
---|---|---|
.. | ||
altera_epcq_controller_mod | ||
altera_jtag_avalon_master_mod | ||
hw_crc32_qsys | ||
i2c_opencores | ||
osd_generator | ||
pll_reconfig | ||
pulpino_qsys@b11dd7718e | ||
sc_config |