mirror of https://github.com/YosysHQ/icestorm.git
Compare commits
6 Commits
889311a6e9
...
fd04eb4452
| Author | SHA1 | Date |
|---|---|---|
|
|
fd04eb4452 | |
|
|
f31c39cc2e | |
|
|
213d116050 | |
|
|
8893d13655 | |
|
|
0bd9f5d7fa | |
|
|
d06a967590 |
|
|
@ -55,9 +55,8 @@ further defined and clarified by project maintainers.
|
||||||
Enforcement
|
Enforcement
|
||||||
|
|
||||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
||||||
reported by contacting the project team at clifford@clifford.at (and/or
|
reported by contacting the project team at office@yosyshq.com.
|
||||||
cliffordvienna@gmail.com if you think your mail to the other address got
|
All complaints will be reviewed and investigated and
|
||||||
stuck in the spam filter). All complaints will be reviewed and investigated and
|
|
||||||
will result in a response that is deemed necessary and appropriate to the
|
will result in a response that is deemed necessary and appropriate to the
|
||||||
circumstances. The project team is obligated to maintain confidentiality with
|
circumstances. The project team is obligated to maintain confidentiality with
|
||||||
regard to the reporter of an incident. Further details of specific enforcement
|
regard to the reporter of an incident. Further details of specific enforcement
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.8 MiB |
|
|
@ -13,7 +13,9 @@ author = 'YosysHQ'
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|
||||||
extensions = ['sphinx_rtd_theme']
|
extensions = ['sphinx_rtd_theme',
|
||||||
|
'sphinxcontrib.rsvgconverter'
|
||||||
|
]
|
||||||
|
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
exclude_patterns = []
|
exclude_patterns = []
|
||||||
|
|
@ -31,3 +33,5 @@ html_theme_options = {
|
||||||
"titles_only": False
|
"titles_only": False
|
||||||
}
|
}
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
|
latex_engine = 'lualatex'
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
sphinx
|
sphinx
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
|
sphinxcontrib-svg2pdfconverter
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and/or distribute this software for any
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and/or distribute this software for any
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and/or distribute this software for any
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and/or distribute this software for any
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and/or distribute this software for any
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and/or distribute this software for any
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and/or distribute this software for any
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and/or distribute this software for any
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
# Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
#
|
#
|
||||||
# Permission to use, copy, modify, and/or distribute this software for any
|
# Permission to use, copy, modify, and/or distribute this software for any
|
||||||
# purpose with or without fee is hereby granted, provided that the above
|
# purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Copyright (C) 2016 Clifford Wolf <clifford@clifford.at>
|
// Copyright (C) 2016 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
// Copyright (C) 2023 Sylvain Munaut <tnt@246tNt.com>
|
// Copyright (C) 2023 Sylvain Munaut <tnt@246tNt.com>
|
||||||
//
|
//
|
||||||
// Permission to use, copy, modify, and/or distribute this software for any
|
// Permission to use, copy, modify, and/or distribute this software for any
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
// Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
//
|
//
|
||||||
// Based on a reference implementation provided by Mathias Lasser
|
// Based on a reference implementation provided by Mathias Lasser
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
// Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
//
|
//
|
||||||
// Permission to use, copy, modify, and/or distribute this software for any
|
// Permission to use, copy, modify, and/or distribute this software for any
|
||||||
// purpose with or without fee is hereby granted, provided that the above
|
// purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* iceprog -- simple programming tool for FTDI-based Lattice iCE programmers
|
* iceprog -- simple programming tool for FTDI-based Lattice iCE programmers
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
* Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
* Copyright (C) 2018 Piotr Esden-Tempski <piotr@esden.net>
|
* Copyright (C) 2018 Piotr Esden-Tempski <piotr@esden.net>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
|
|
@ -549,14 +549,14 @@ static void help(const char *progname)
|
||||||
fprintf(stderr, " programming the flash chip and one zero ohm resistor must be desoldered\n");
|
fprintf(stderr, " programming the flash chip and one zero ohm resistor must be desoldered\n");
|
||||||
fprintf(stderr, " and the FT2232H SI pin must be connected to the iCE SPI_SI pin, as shown\n");
|
fprintf(stderr, " and the FT2232H SI pin must be connected to the iCE SPI_SI pin, as shown\n");
|
||||||
fprintf(stderr, " in this picture:\n");
|
fprintf(stderr, " in this picture:\n");
|
||||||
fprintf(stderr, " http://www.clifford.at/gallery/2014-elektronik/IMG_20141115_183838\n");
|
fprintf(stderr, " https://github.com/yosyshq/icestorm/blob/master/docs/source/_static/images/icestick.jpg\n");
|
||||||
fprintf(stderr, "\n");
|
fprintf(stderr, "\n");
|
||||||
fprintf(stderr, "Notes for the iCE40-HX8K Breakout Board:\n");
|
fprintf(stderr, "Notes for the iCE40-HX8K Breakout Board:\n");
|
||||||
fprintf(stderr, " Make sure that the jumper settings on the board match the selected\n");
|
fprintf(stderr, " Make sure that the jumper settings on the board match the selected\n");
|
||||||
fprintf(stderr, " mode (SRAM or FLASH). See the iCE40-HX8K user manual for details.\n");
|
fprintf(stderr, " mode (SRAM or FLASH). See the iCE40-HX8K user manual for details.\n");
|
||||||
fprintf(stderr, "\n");
|
fprintf(stderr, "\n");
|
||||||
fprintf(stderr, "If you have a bug report, please file an issue on github:\n");
|
fprintf(stderr, "If you have a bug report, please file an issue on github:\n");
|
||||||
fprintf(stderr, " https://github.com/cliffordwolf/icestorm/issues\n");
|
fprintf(stderr, " https://github.com/YosysHQ/icestorm/issues\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* iceprog -- simple programming tool for FTDI-based Lattice iCE programmers
|
* iceprog -- simple programming tool for FTDI-based Lattice iCE programmers
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
* Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
* Copyright (C) 2018 Piotr Esden-Tempski <piotr@esden.net>
|
* Copyright (C) 2018 Piotr Esden-Tempski <piotr@esden.net>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
|
|
@ -360,4 +360,4 @@ void mpsse_close(void)
|
||||||
ftdi_disable_bitbang(&mpsse_ftdic);
|
ftdi_disable_bitbang(&mpsse_ftdic);
|
||||||
ftdi_usb_close(&mpsse_ftdic);
|
ftdi_usb_close(&mpsse_ftdic);
|
||||||
ftdi_deinit(&mpsse_ftdic);
|
ftdi_deinit(&mpsse_ftdic);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* iceprog -- simple programming tool for FTDI-based Lattice iCE programmers
|
* iceprog -- simple programming tool for FTDI-based Lattice iCE programmers
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
* Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
* Copyright (C) 2018 Piotr Esden-Tempski <piotr@esden.net>
|
* Copyright (C) 2018 Piotr Esden-Tempski <piotr@esden.net>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// Copyright (C) 2015 Clifford Wolf <clifford@clifford.at>
|
// Copyright (C) 2015 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
//
|
//
|
||||||
// Permission to use, copy, modify, and/or distribute this software for any
|
// Permission to use, copy, modify, and/or distribute this software for any
|
||||||
// purpose with or without fee is hereby granted, provided that the above
|
// purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* yosys -- Yosys Open SYnthesis Suite
|
* yosys -- Yosys Open SYnthesis Suite
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Clifford Wolf <clifford@clifford.at>
|
* Copyright (C) 2012 Claire Xenia Wolf <claire@clairexen.net>
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for any
|
* Permission to use, copy, modify, and/or distribute this software for any
|
||||||
* purpose with or without fee is hereby granted, provided that the above
|
* purpose with or without fee is hereby granted, provided that the above
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue