-
Notifications
You must be signed in to change notification settings - Fork 415
Place and Route file formats generated by VPR 8 compatibility with VPR7 #386
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
Comments
As a side note, VTR 8 is still in development and has not yet been released Maintaining forward/backward compatibility for VPR's file formats across versions is a non-goal. We don't try to break the formats, but we do change the file formats as needed to support new/more complete features. Since the FPGA Architecture XML file is usually human specified we do maintain a script to upgrade it's format. That being said, I believe .net/.place/.route files have seen only minor changes since the VTR 7 release. All the information which was in the VTR 7 formats should be there in essentially the same form in the current VTR code base. My suggestion would be to upgrade any scripts you are using which parse the .net/.place/.route files to support the new formats. Most likely they can ignore any of the new fields/information in the VTR 8 formats and get the same information as the VTR 7 formats. |
Thanks, Routing: Net 0 (io_0_5_0) Node: 718 SOURCE (3,1) Class: 34 Switch: 1 Net 1 (io_0_11_1): global net connecting: Block io_13_11_1 (#17) at (3,1), Pin class 28. Net 2 (io_5_0_1) Node: 717 SOURCE (3,1) Class: 33 Switch: 1 Net 3 (io_5_17_1) Node: 716 SOURCE (3,1) Class: 32 Switch: 1 In Command in line option there should be Architecture file in the first line instead of Placement ID. |
The script I mentioned only applies to FPGA architecture files. As I mentioned we provide no support for upgrading/downgrading any other VTR related file formats. I'd suggest directing your questions about ZUMA and it's scripting infrastructure to the ZUMA developers, as ZUMA is not part of VTR. |
Thanks @kmurray. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I am using ZUMA flow where I use VPR 8 for place and route. In my old flow I was using VPR 7 that works fine with the scripts. I can see the change in the formats of files (.place .net .route) a bit. How can I make these formats compatible/similar to VPR7 formats.
Thanks
@kmurray #152
The text was updated successfully, but these errors were encountered: