diff options
author | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-03 15:05:12 -0800 |
---|---|---|
committer | Keith Rothman <537074+litghost@users.noreply.github.com> | 2021-02-04 16:38:33 -0800 |
commit | 90ece77f8d19eb41103096d6fa7b69665d7d5336 (patch) | |
tree | 6e88e570138fa8f14b7780e8e6487b64b3738ead /fpga_interchange | |
parent | dc47c6d9ec9927ca8c558736a6be42ac79b9301d (diff) | |
download | nextpnr-90ece77f8d19eb41103096d6fa7b69665d7d5336.tar.gz nextpnr-90ece77f8d19eb41103096d6fa7b69665d7d5336.tar.bz2 nextpnr-90ece77f8d19eb41103096d6fa7b69665d7d5336.zip |
Fix URLs in Markdown.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'fpga_interchange')
-rw-r--r-- | fpga_interchange/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpga_interchange/README.md b/fpga_interchange/README.md index 3739b238..6c45105c 100644 --- a/fpga_interchange/README.md +++ b/fpga_interchange/README.md @@ -30,7 +30,7 @@ island based FPGA. It consists of three primary file formats: This architecture implementation can be compiled in conjunction with a FPGA interchange device database, and the outputs from `fpga_interchange.nextpnr_emit`, which is part of the -(python-fpga-interchange)[https://github.com/SymbiFlow/python-fpga-interchange/] +[python-fpga-interchange](https://github.com/SymbiFlow/python-fpga-interchange/) library. The current implementation is missing essential features for place and route. @@ -76,7 +76,7 @@ As these features are added, this implementation will become more useful. #### FPGA interchange fabrics Currently only Xilinx 7-series, UltraScale and UltraScale+ fabrics have a -device database generator, via (RapidWright)[https://github.com/Xilinx/RapidWright]. +device database generator, via [RapidWright](https://github.com/Xilinx/RapidWright). ##### Artix 35T example |