1
0
mirror of synced 2026-01-23 19:17:15 +00:00
Sean Anderson 8c05f14b58 Order ports with default assignments first
Although the current style is allowed by the standard, Icarus verilog
doesn't parse default assignments using an implicit net type:

	techlibs/ice40/cells_sim.v:305: syntax error
	techlibs/ice40/cells_sim.v:1: Errors in port declarations.

Fix this by making sure that ports with default assignments first on
their line.

Fixes: 46d3f03d2 ("Add default assignments to other SB_* simulation models")
Signed-off-by: Sean Anderson <seanga2@gmail.com>
2022-08-09 23:42:24 -04:00
..
2022-05-18 17:32:56 +02:00
2022-05-18 17:32:56 +02:00
2022-07-03 12:45:03 +02:00
2022-05-18 17:32:56 +02:00
2022-08-09 23:47:55 +02:00
2022-05-18 17:32:56 +02:00
2013-01-05 11:19:11 +01:00