{"id":219,"date":"2020-09-20T04:48:00","date_gmt":"2020-09-20T04:48:00","guid":{"rendered":"http:\/\/dsd.webs.upv.es\/?page_id=219"},"modified":"2020-09-23T13:36:41","modified_gmt":"2020-09-23T13:36:41","slug":"simulacion-basica-con-colas","status":"publish","type":"post","link":"https:\/\/dsd.webs.upv.es\/?p=219","title":{"rendered":"Simulaci\u00f3n b\u00e1sica con colas"},"content":{"rendered":"\n<iframe loading=\"lazy\" allowfullscreen=\"\" src=\"https:\/\/media.upv.es\/player\/embed.html?id=78524ce3-1673-45f3-a891-d19ce339fb2e\" style=\"border:0px #FFFFFF none;\" name=\"Paella Player\" scrolling=\"no\" frameborder=\"0\" marginheight=\"0px\" marginwidth=\"0px\" width=\"640\" height=\"360\"> <\/iframe>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: verilog; title: ; notranslate\" title=\"\">\n`timescale 1 ns\/ 1 ps\n \n\nmodule pruebas;\n  \n  logic &#x5B;3:0] a ,b,c;\n\n  logic clk;\n  logic &#x5B;3:0] cola &#x5B;$];\n  logic &#x5B;3:0] cola_limited &#x5B;$:3];\n  int tamanyo;\n  int tamanyo_limited;\n  \n  initial\n  begin\n  @(posedge clk) a=1;\n  $display(&quot;empezamos a escribir elementos por la derecha en ambas colas&quot;);\n  cola_limited.push_back(a);\n  cola.push_back(a);\n  tamanyo_limited=cola_limited.size();\n  tamanyo=cola.size();\n  $display(&quot;cola1=&quot;,cola);\n    $display(&quot;cola2=&quot;,cola_limited);\n  @(posedge clk) a=2;\n  cola_limited.push_back(a);\n  cola.push_back(a);\n  tamanyo_limited=cola_limited.size();\n  tamanyo=cola.size();\n  $display(&quot;cola1=&quot;,cola);\n    $display(&quot;cola2=&quot;,cola_limited);\n  @(posedge clk) a=3;\n  $display(&quot;empezamos a escribir elementos por la izquierda en ambas colas&quot;);   \n  cola_limited.push_front(a);\n  cola.push_front(a);\n  tamanyo_limited=cola_limited.size();\n  tamanyo=cola.size();\n  $display(&quot;cola1=&quot;,cola);\n    $display(&quot;cola2=&quot;,cola_limited);\n  @(posedge clk) a=4;\n  cola_limited.push_front(a);\n  cola.push_front(a);\n  tamanyo_limited=cola_limited.size();\n  tamanyo=cola.size(); \n  $display(&quot;cola1=&quot;,cola);\n    $display(&quot;cola2=&quot;,cola_limited);\n  @(posedge clk) a=5;\n  cola_limited.push_back(a);\n  cola.push_back(a);\n  tamanyo_limited=cola_limited.size();\n  tamanyo=cola.size();\n  $display(&quot;cola1=&quot;,cola);\n    $display(&quot;cola2=&quot;,cola_limited);  \n  @(posedge clk) ;\n  $display(&quot;empezamos a leer elementos de cola1 por la izquierda&quot;);  \n  $display(&quot;empezamos a leer elementos de cola2 por la derecha&quot;);\n  b=cola_limited.pop_back();\n  c=cola.pop_front();\n  tamanyo_limited=cola_limited.size();\n  tamanyo=cola.size();\n  $display(&quot;cola1=&quot;,cola);\n    $display(&quot;cola2=&quot;,cola_limited); \n  @(posedge clk) ;\n  b=cola_limited.pop_back();\n  c=cola.pop_front();\n  tamanyo_limited=cola_limited.size();\n  tamanyo=cola.size();\n  $display(&quot;cola1=&quot;,cola);\n    $display(&quot;cola2=&quot;,cola_limited);      \nend\n\ninitial\nbegin\n  clk=0;\nforever #50 clk=~clk;\nend\n\n\n\nendmodule\n<\/pre><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","footnotes":""},"categories":[5],"tags":[9,10],"class_list":["post-219","post","type-post","status-publish","format-standard","hentry","category-verificacion","tag-colas","tag-simulacion"],"featured_image_src":null,"author_info":{"display_name":"admin","author_link":"https:\/\/dsd.webs.upv.es\/?author=1"},"_links":{"self":[{"href":"https:\/\/dsd.webs.upv.es\/index.php?rest_route=\/wp\/v2\/posts\/219","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dsd.webs.upv.es\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dsd.webs.upv.es\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dsd.webs.upv.es\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dsd.webs.upv.es\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=219"}],"version-history":[{"count":5,"href":"https:\/\/dsd.webs.upv.es\/index.php?rest_route=\/wp\/v2\/posts\/219\/revisions"}],"predecessor-version":[{"id":246,"href":"https:\/\/dsd.webs.upv.es\/index.php?rest_route=\/wp\/v2\/posts\/219\/revisions\/246"}],"wp:attachment":[{"href":"https:\/\/dsd.webs.upv.es\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dsd.webs.upv.es\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dsd.webs.upv.es\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}