3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-27 13:39:49 +00:00

Add comments for examples from Lattice user guide

This commit is contained in:
SergeyDegtyar 2019-08-29 10:49:46 +03:00
parent fe58790f37
commit d588c6898f
3 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,6 @@
/*
Example from: https://www.latticesemi.com/-/media/LatticeSemi/Documents/UserManuals/EI/iCEcube201701UserGuide.ashx?document_id=52071 [p. 74].
*/
module top(data, addr);
output [3:0] data;
input [4:0] addr;