YosysHQ / prjtrellis

Documenting the Lattice ECP5 bit-stream format.
Other
399 stars 87 forks source link

tilegrid #155

Closed arblake closed 3 years ago

arblake commented 3 years ago

Does prtrellis create and install tilegrid.json in database ? If not what does?

daveshah1 commented 3 years ago

tilegrid.json is obtained from Diamond via the extract_tilegrid.py script and stored in the prjtrellis-db repo as with the rest of the database - this should become this database submodule when you check out prjtrellis, and then be installed to /usr/local/share/trellis (or wherever else you specify) in the libtrellis CMake install script.

arblake commented 3 years ago

Thanks now solved