Quartus bram factor
Created by: jmitrevs
Description
This enables the BramFactor functionality for the quartus backend. For now, it's very much a copy of how it is done for Vivado. We will test it's usefulness in the near future.
Type of change
-
New feature (non-breaking change which adds functionality)
Tests
The pytest, test_bram_factor.py
, was broadened to cover this use case.
Checklist
-
I have read the guidelines for contributing. -
I have commented my code, particularly in hard-to-understand areas. -
I have made corresponding changes to the documentation. -
My changes generate no new warnings. -
I have installed and run pre-commit
on the files I edited or added. -
I have added tests that prove my fix is effective or that my feature works.