OVGN / OpenHBMC

Open-source high performance AXI4-based HyperRAM memory controller
Apache License 2.0
57 stars 12 forks source link

source tcl on Windows #10

Closed Naboki closed 2 years ago

Naboki commented 2 years ago

source C:\some_your_path\OpenHBMC\examples\mb_single_ram mb_single_ram.tcl doesn't work on Windows, it generae an "error: [common 17-165] too many positional options when parsing" I had to use: C:/some_your_path/OpenHBMC/examples/mb_single_ram/mb_single_ram.tcl no spaces, no backslash and it's work fine.

OVGN commented 2 years ago

Hello!

Right, thanks a lot. There is a typo, a space before "mb_single_ram" instead of backslash. BTW, both backslash and forward slash in the path are ok, vivado accepts both. Have fixed readme.md

Best regards