mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-01 23:30:21 +02:00
Improve FPGA port double assignment test
This commit is contained in:
@ -127,7 +127,7 @@ describe("FPGA logic", function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
it("allows double port assignment", function()
|
it("allows double port assignment", function()
|
||||||
test_program({a = true}, {b = true}, {{"=", "A", "B"}, {"=", "A", "B"}})
|
test_program({a = true}, {b = true}, {{"NOT", "A", "B"}, {"=", "A", "B"}})
|
||||||
end)
|
end)
|
||||||
|
|
||||||
it("allows assignment to port operand", function()
|
it("allows assignment to port operand", function()
|
||||||
|
Reference in New Issue
Block a user