Commit 03b4e543 authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

test

parent 8fc08782
......@@ -48,12 +48,6 @@ gateware_spec:
rules:
- !reference [.default_rules, rules]
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes:
- "rtl/*.{vhd,v,sv}"
- "top/spec/*.{vhd,v,sv,ucf}"
- "syn/spec/Makefile"
- "syn/spec/*.{tcl,sh}"
- "ip_cores/**/*.{vhd,v,sv}"
- if: $CI_COMMIT_REF_NAME =~ /^\d+-/
changes:
- "rtl/*.{vhd,v,sv}"
......
......@@ -326,6 +326,8 @@ architecture rtl of spec_masterfip_mt is
constant C_SLAVE_ADDR : t_wishbone_address_array(0 downto 0):= (0 => x"00000000");
constant C_SLAVE_MASK : t_wishbone_address_array(0 downto 0):= (0 => x"00000000");
---------------------------------------------------------------------------------------------------
-- Signals --
---------------------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment