-
Notifications
You must be signed in to change notification settings - Fork 429
Description
The recent pull request for XY_SPECIFIED custom switch block specification #2664 was tested with an architecture with an <auto_layout> tag.
In the use case that I have for this feature the requirement will be to use it on layouts using the <fixed_layout> tag instead. Testing on an architecture of this type yielded the following error
Error 1: /projects/zeroasic/fpgaa_working/upgrade_custom_switchblock_xml/fpga_architect/test/fpga_gamma_vanilla_baby_falcon/cad/fpga_gamma_vanilla_baby_falcon.xml:489 Specifying SB locations for auto layout devices are not supported yet!
It would appear that the error message is checking for the wrong layout type (or reporting the wrong layout type).
@saaramahmoudi , is the feature expected to work for both layout types? If so, we can pick some fixed layout architecture and add an additional test case as part of closing the error message.
In the event that I'm the only user of the feature in this use case I may be able to contribute to the development of a fix, as long as we are lenient with respect to schedule.