This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /----------------------------------------------------------------------------\ | |
| | | | |
| | yosys -- Yosys Open SYnthesis Suite | | |
| | | | |
| | Copyright (C) 2012 - 2020 Claire Wolf <[email protected]> | | |
| | | | |
| | Permission to use, copy, modify, and/or distribute this software for any | | |
| | purpose with or without fee is hereby granted, provided that the above | | |
| | copyright notice and this permission notice appear in all copies. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -------------------------------------------------------------------------------- | |
| -- PROJECT: SPI MASTER AND SLAVE FOR FPGA | |
| -------------------------------------------------------------------------------- | |
| -- AUTHORS: Jakub Cabal <[email protected]> | |
| -- LICENSE: The MIT License, please read LICENSE file | |
| -- WEBSITE: https://github.com/jakubcabal/spi-fpga | |
| -------------------------------------------------------------------------------- | |
| -- modified by imuguruza | |
| ----------------------------------------- |