Skip to content

Conversation

@chungshien-chai
Copy link
Contributor

@chungshien-chai chungshien-chai commented Sep 26, 2024

Together with os-fpga/FOEDAG#1706, this PR drastically change the way IO routing bits setting generation flow:

Old way is to model all the routable resources in device dedicated config mapping file (each device has different resources), and C code read those information and do the routing in C code

New way is to use Python script model the circuitry/block-diagram of routable resouces, during bitstream generation, C code will just need to give enough information to Python script for example: start node, essential node, end node etc, the Python will do the routing based on the model

@chungshien-chai chungshien-chai marked this pull request as draft September 26, 2024 21:04
@chungshien-chai chungshien-chai marked this pull request as ready for review September 27, 2024 08:15
@alaindargelas alaindargelas merged commit f98c393 into main Sep 27, 2024
@alaindargelas alaindargelas deleted the raptor-routing branch September 27, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants