Skip to content
Snippets Groups Projects
Commit c907c3c9 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Renamed architecture to str.

parent fde11372
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ ENTITY corr_multiplier IS ...@@ -45,7 +45,7 @@ ENTITY corr_multiplier IS
); );
END corr_multiplier; END corr_multiplier;
ARCHITECTURE rtl OF corr_multiplier IS ARCHITECTURE str OF corr_multiplier IS
BEGIN BEGIN
...@@ -78,4 +78,4 @@ BEGIN ...@@ -78,4 +78,4 @@ BEGIN
); );
END GENERATE; END GENERATE;
END rtl; END str;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment