faulty .gitignore

This commit is contained in:
Hakan Bastedt
2024-12-06 07:49:54 +01:00
parent a653a3d94a
commit 1df85b5646
67 changed files with 362653 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
component metalmusings_encoder;
pin io bit index-c-enable;
pin in u32 index-status;
pin out u32 index-latch-enable;
function _;
license "GPL";
;;
//main function
FUNCTION(_) {
index_latch_enable = index_c_enable;
index_c_enable = index_status;
}