<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Mon intrépide mur by Gaspard OL</title>
      <link>https://padlet.com/theboss972lecer/wpdxrojg84a0</link>
      <description>Fait avec un vœu sur une étoile filante</description>
      <language>en-us</language>
      <pubDate>2019-03-05 08:37:12 UTC</pubDate>
      <lastBuildDate>2026-02-01 21:48:16 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>VHDL
</title>
         <author>theboss972lecer</author>
         <link>https://padlet.com/theboss972lecer/wpdxrojg84a0/wish/337808613</link>
         <description><![CDATA[<div>CODe<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2019-03-05 08:39:42 UTC</pubDate>
         <guid>https://padlet.com/theboss972lecer/wpdxrojg84a0/wish/337808613</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/theboss972lecer/wpdxrojg84a0/wish/337815764</link>
         <description><![CDATA[LIBRARY ieee;
USE ieee.std_logic_1164.all;
ENTITY Multiplexeur5to1 IS
PORT(u,v,w,x,y : IN BIT;
           s   : IN STD_LOGIC_VECTOR(2 DOWNTO 0 );
			  m   : OUT BIT);
END Multiplexeur5to1;

ARCHITECTURE Behavior OF Multiplexeur5to1 IS
BEGIN
m&lt;=  ;
END Behavior]]></description>
         <enclosure url="" />
         <pubDate>2019-03-05 09:13:44 UTC</pubDate>
         <guid>https://padlet.com/theboss972lecer/wpdxrojg84a0/wish/337815764</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/theboss972lecer/wpdxrojg84a0/wish/337824782</link>
         <description><![CDATA[LIBRARY ieee;
USE ieee.std_logic_1164.all;
ENTITY Multiplexeur5to1 IS
PORT(u,v,w,x,y : IN BIT;
           s   : IN STD_LOGIC_VECTOR(2 DOWNTO 0 );
			  m   : OUT BIT);
END Multiplexeur5to1;

ARCHITECTURE Behavior OF Multiplexeur5to1 IS
BEGIN
    if(s='000') then
      m &lt;= u ;
    elsif(s='001')then
      m &lt;= v ;
	 elsif(s='010')then
      m &lt;= w ;
	 elsif(s='011')then
      m &lt;= x ;
	 elsif(s='100')then
      m &lt;= y ;
    end if;
END Behavior]]></description>
         <enclosure url="" />
         <pubDate>2019-03-05 09:52:21 UTC</pubDate>
         <guid>https://padlet.com/theboss972lecer/wpdxrojg84a0/wish/337824782</guid>
      </item>
   </channel>
</rss>
