1
0
mirror of synced 2026-01-13 15:17:34 +00:00

more comments

This commit is contained in:
Romain Dolbeau 2020-12-16 05:22:50 -05:00
parent d696ae0209
commit d1e36d05da

View File

@ -392,6 +392,8 @@ BEGIN
IO => SBUS_3V3_D(i), -- Buffer INOUT PORT (connect directly to top-level PORT)
I => BUF_DATA_O(i), -- Buffer input (warning - data going to SBUS so O)
T => DATA_T -- 3-state enable input, high=input, low=output
-- DATA_T is 1 by default, so input from the SBus (e.g. during slave *write* cycle)
-- DATA_T should be set to 1 during slave *read* cycle, when we send data to the SBus (IOBUS is an output)
);
end generate GENDATABUF;