aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSergiusz Bazanski <q3k@q3k.org>2018-07-14 18:50:46 +0100
committerSergiusz Bazanski <q3k@q3k.org>2018-07-14 18:50:46 +0100
commit836d8c1ef3295a34c591324ef4c8ec48687279ee (patch)
tree4829c3da433040b45af11fd76caa5225472629b4 /README.md
parent77878f5af7c3d1ca001ec610dbedda85ce9b9174 (diff)
downloadnextpnr-836d8c1ef3295a34c591324ef4c8ec48687279ee.tar.gz
nextpnr-836d8c1ef3295a34c591324ef4c8ec48687279ee.tar.bz2
nextpnr-836d8c1ef3295a34c591324ef4c8ec48687279ee.zip
Revert "Add Nix(OS) support"
This reverts commit 7db6817a0b5afcf89e3c7eafc031a7eec59ee24e.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.md b/README.md
index eb96bd1c..da38500d 100644
--- a/README.md
+++ b/README.md
@@ -78,21 +78,6 @@ Running
`./nextpnr-ecp5 --json ecp5/synth/blinky.json --basecfg ecp5/synth/ulx3s_empty.config --bit ecp5/synth/ulx3s.bit`
- Note that `ulx3s_empty.config` contains fixed/unknown bits to be copied to the output bitstream
- You can also use `--textcfg out.config` to write a text file describing the bitstream for debugging
-
-Nix
----
-
-As an alternative to getting the prerequisites yourself, you can use Nix/NixOS and run the following to get dropped into a shell with nextpnr built:
-
- nix-shell
-
-Or, you can add the `nextpnr.nix` file into your /etc/nixos/configuration.nix:
-
- environment.systemPackages = [
- ...
- ( import /home/q3k/Software/nextpnr/nextpnr.nix )
- ...
- ];
Notes
-------