3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-08 12:11:24 +00:00

Revert "Merge branch 'eddie/split_shiftx' into xc7mux"

This reverts commit 3042d58330, reversing
changes made to feff976454.
This commit is contained in:
Eddie Hung 2019-04-26 15:32:02 -07:00
parent 8469d9fe9f
commit dcc8a13e48
9 changed files with 14 additions and 158 deletions

View file

@ -220,5 +220,5 @@ But in some cases it is more natural to utilize the implicit branch statement:
portAB = \B;
endcode
There is an implicit `code..endcode` block at the end of each `.pmg` file
There is an implicit `code..endcode` block at the end of each `.pgm` file
that just accepts everything that gets all the way there.