aboutsummaryrefslogtreecommitdiffstats
path: root/generic/examples/bitstream.py
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2019-11-08 16:28:39 +0000
committerGitHub <noreply@github.com>2019-11-08 16:28:39 +0000
commit6a335411da6eb54f0960eb514c5384e4ae60c3a7 (patch)
tree0ff3e83dc88a2b59275136e098ba5e59ed473480 /generic/examples/bitstream.py
parentcaf7abdb8dd7ec97801fd13efc8ae132e637ecd3 (diff)
parenta4848f6902f81b6d3f2a36ab853922047e177288 (diff)
downloadnextpnr-6a335411da6eb54f0960eb514c5384e4ae60c3a7.tar.gz
nextpnr-6a335411da6eb54f0960eb514c5384e4ae60c3a7.tar.bz2
nextpnr-6a335411da6eb54f0960eb514c5384e4ae60c3a7.zip
Merge pull request #350 from pepijndevos/newslice
Dedicated output for LUT in GENERIC_SLICE
Diffstat (limited to 'generic/examples/bitstream.py')
-rw-r--r--generic/examples/bitstream.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/examples/bitstream.py b/generic/examples/bitstream.py
index 1ab94f0c..7f0b5c07 100644
--- a/generic/examples/bitstream.py
+++ b/generic/examples/bitstream.py
@@ -14,4 +14,4 @@ param_map = {
}
with open("blinky.fasm", "w") as f:
- write_fasm(ctx, param_map, f) \ No newline at end of file
+ write_fasm(ctx, param_map, f)