aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/issue1540/ent1.vhdl
blob: 254f6014f186742fa01afd15a6ecc9634df1d536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
library ieee;
use ieee.std_logic_1164.all;

entity ent1 is
    port (
        o: out bit
    );
end entity;

architecture arch of ent1 is
begin
    o <= to_bit(std_ulogic' ('L'));
end architecture;
isk CPU_TYPE:=cortex-a15 CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER:=5.4 KERNELNAME:=zImage Image dtbs include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ kmod-ata-ahci kmod-ata-ahci-platform \ kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \ kmod-usb-phy-qcom-dwc3 kmod-usb3 kmod-usb-dwc3-qcom \ kmod-ath10k-ct wpad-basic \ uboot-envtools $(eval $(call BuildTarget))