From: Jean-Paul Chaput Date: Wed, 9 Jun 2021 09:02:51 +0000 (+0200) Subject: Remove files that are now copied from other locations. X-Git-Tag: LS180_RC3~26 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51c189ef85d885338b537fe12e0a41bf194c0cbd;p=soclayout.git Remove files that are now copied from other locations. --- diff --git a/experiments9/tsmc_c018/coriolis2/pinparse.py b/experiments9/tsmc_c018/coriolis2/pinparse.py deleted file mode 120000 index a704604..0000000 --- a/experiments9/tsmc_c018/coriolis2/pinparse.py +++ /dev/null @@ -1 +0,0 @@ -../pinmux/src/parse.py \ No newline at end of file diff --git a/experiments9/tsmc_c018/spblock_512w64b8w.v b/experiments9/tsmc_c018/spblock_512w64b8w.v deleted file mode 100644 index 8b9e144..0000000 --- a/experiments9/tsmc_c018/spblock_512w64b8w.v +++ /dev/null @@ -1,7 +0,0 @@ -(* blackbox = 1 *) -module spblock_512w64b8w(input [8:0] a, - input [63:0] d, - output [63:0] q, - input [7:0] we, - input clk); -endmodule // spblock_512w64b8w diff --git a/experiments9/tsmc_c018/spblock_512w64b8w.vbe b/experiments9/tsmc_c018/spblock_512w64b8w.vbe deleted file mode 100644 index 553f462..0000000 --- a/experiments9/tsmc_c018/spblock_512w64b8w.vbe +++ /dev/null @@ -1,19 +0,0 @@ - --- Phony VHDL interface for SRAM block. - -entity spblock_512w64b8w is - port ( clk : in bit - ; we : in bit_vector( 7 downto 0) - ; a : in bit_vector( 8 downto 0) - ; d : in bit_vector(63 downto 0) - ; q : out bit_vector(63 downto 0) - ; vdd : in bit - ; vss : in bit - ); -end spblock_512w64b8w; - -architecture behavioral of spblock_512w64b8w is - -begin - -end behavioral;