ominux / vtr-verilog-to-routing

Automatically exported from code.google.com/p/vtr-verilog-to-routing
0 stars 0 forks source link

Odin makefile: libvpr_6 vs libvpr #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the ODIN makefile looks for either ../libvpr_6 or ../libvpr_5.  In my 
opinion it would be much more convenient to use ../libvpr.  

Currently I check-out Odin into the vtr directory.  In this directory is the 
'libvpr' folder, which is now part of the VTR trunk.  However, ODIN expects a 
libvpr_6 folder, and in order to make this work, I need to install ODIN 
elsewhere and symlink it.  Symlinking is a pain as I work in VMs, where the 
symlinks aren't valid. 

If we could change the ODIN makefile to use ../libvpr we wouldn't need to 
symlink anymore.  

Of course, if we move ODIN into the VTR trunk, this change will need to be many 
anyway.

Original issue reported on code.google.com by jeffrey....@gmail.com on 22 May 2012 at 9:18

GoogleCodeExporter commented 9 years ago
typo:  this change will need to be *made* anyway.

Original comment by jeffrey....@gmail.com on 22 May 2012 at 9:19

GoogleCodeExporter commented 9 years ago
Fixed during the Odin II move.

Original comment by JasonKai...@gmail.com on 5 Jun 2012 at 5:45