-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Orientations of basic tiles #157
Comments
Hello, I'm working on modifying my architecture to support IOs on all sides, but I’m uncertain about the specific adjustments required for the N/S IOs. From what I understand, I need to create separate folders for each IO type (N, E, S, W) and define the associated switch matrices, then add these to the fabric.csv file. Could you confirm if this is the correct approach, or if there’s a more efficient way to configure IOs on all sides? Manually defining each switch matrix feels error-prone, so any guidance would be appreciated. Additionally, if you have example switch matrices or a fabric.csv file that includes these configurations, that would be incredibly helpful. Thanks! |
With the current implementation, you will need to create an individual IO tile for each side. This is because the wire going in and out of the tile will be oriented differently on each side. I have no clean solution for describing IO tiles since each fabric switch matrix is unique and IO tile will be unique. This is one example of the IO tile. |
Hi @AhmadHouraniah, I did this a while ago for the missing IO tiles: io_tiles.zip I would appreciate if you could have a look at the config files before using them and let me know if you find any error :) |
Thank you for your help and for sharing the files. I will review the configurations and let you know if I find any issues. |
Upload all orientations for basic tiles, such as
[N|E|S|W]_IO
.This makes it easier for new users to modify the fabric and get started using FABulous.
The text was updated successfully, but these errors were encountered: