https://github.com/nullobject/cave-tilemap-chisel
https://github.com/nullobject/cave-tilemap-chisel
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nullobject/cave-tilemap-chisel
- Owner: nullobject
- License: mit
- Created: 2022-04-17T06:19:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T11:05:25.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T04:46:45.494Z (about 1 year ago)
- Language: Scala
- Size: 299 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cave Tilemap
## Generate the tile ROM
```
$ srec_cat ~/tmp/ddonpach/u60.bin -binary -crop 0x0 0x10000 -o quartus/roms/tiles.mif -mif 32
```
## Licence
This project is licensed under the MIT licence. See the LICENCE file for more details.