Initial commit
This commit is contained in:
7
VHD/hds/ex_24_1_2/@r@t@l.vhd
Normal file
7
VHD/hds/ex_24_1_2/@r@t@l.vhd
Normal 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;
|
5
VHD/hds/ex_24_1_2/@r@t@l.vhd.info/structure.dh
Normal file
5
VHD/hds/ex_24_1_2/@r@t@l.vhd.info/structure.dh
Normal file
@@ -0,0 +1,5 @@
|
||||
DocumentHdrVersion "1.1"
|
||||
Header (DocumentHdr
|
||||
packageRefs [
|
||||
]
|
||||
)
|
2
VHD/hds/ex_24_1_2/default_view
Normal file
2
VHD/hds/ex_24_1_2/default_view
Normal file
@@ -0,0 +1,2 @@
|
||||
DefaultView = RTL.vhd
|
||||
Top = false
|
1616
VHD/hds/ex_24_1_2/symbol.sb
Normal file
1616
VHD/hds/ex_24_1_2/symbol.sb
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user