diff options
author | Eddie Hung <eddieh@ece.ubc.ca> | 2019-02-20 13:45:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-20 13:45:59 -0800 |
commit | 3edae53d2ef2cfd909a18773d7f20155dc85f48b (patch) | |
tree | c886156284d0cf94ab98c67f881cea53d67cb659 | |
parent | 3107878cef5fdd023d9203ebdb68a300b93d81a9 (diff) | |
download | nextpnr-tests-3edae53d2ef2cfd909a18773d7f20155dc85f48b.tar.gz nextpnr-tests-3edae53d2ef2cfd909a18773d7f20155dc85f48b.tar.bz2 nextpnr-tests-3edae53d2ef2cfd909a18773d7f20155dc85f48b.zip |
Update README.md
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ Initial contents were populated from [YosysHQ/nextpnr@6cc1bf](https://github.com # Notes for regressions: - Add subdir to `:/<arch>/regressions/<issue####>`; e.g. `:/ice40/regressions/issue0000` + - Please gzip `*.json` files into `*.json.gz` - `:/<arch>/regressions/Makefile` will take all `:/<arch>/regressions/*/*.{json.gz,sh}` and - For `*.json.gz`: decompress into `*.json`, and then execute `nextpnr` using `*.pcf` if it exists, and using additional options specified by `*.npnr` - For `*.sh`: decompress `*.json.gz` into `*.json`, then run `*.sh` script |