1
0

Initial commit

This commit is contained in:
2024-03-22 13:16:48 +01:00
commit 8b2f630f7b
499 changed files with 87136 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
architecture RTL of ex_07_1 is
begin
process(gainIn)
begin
gainOut <= resize(gainIn, gainOut'length) + shift_left(resize(gainIn, gainOut'length), 1);
end process;
end RTL;

View File

@@ -0,0 +1,5 @@
DocumentHdrVersion "1.1"
Header (DocumentHdr
packageRefs [
]
)

View File

@@ -0,0 +1,2 @@
DefaultView = RTL.vhd
Top = false

1593
VHD/hds/ex_24_1_3/symbol.sb Normal file

File diff suppressed because it is too large Load Diff