{"id":3906,"date":"2018-09-25T14:48:09","date_gmt":"2018-09-25T14:48:09","guid":{"rendered":"https:\/\/support.plunify.com\/en\/?p=3906"},"modified":"2020-04-06T04:32:44","modified_gmt":"2020-04-06T04:32:44","slug":"speed-up-your-fpga-regressions-with-the-cloud","status":"publish","type":"post","link":"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/","title":{"rendered":"How to speed up your FPGA builds with the cloud using a single Tcl command"},"content":{"rendered":"<p>Update: 03 Apr 2020<br \/>\nMany of us are presently working remotely and there has been a surge in compute requirements. Some of us brought the FPGA boards home but the compute servers are in office. This is a rehash of on how you can take advantage of the cloud to complete your builds faster.<\/p>\n<p>---------------------------------------------------------------------------<\/p>\n<p>Any serious hardware or software development effort will have a regression test suite. This article focuses on those tests that require constant (re-)compilation of FPGA designs and on how to speed up the turnaround times in order to keep tests, e.g. regression, running steadily.<\/p>\n<p>Imagine if you have 5 designs or variations of the same overall design to build for every regression.<\/p>\n<pre>set design_list [list \"A\/A.xpr\" \"B\/B.xpr\" \"C\/C.xpr\" \"D\/D.xpr\" \"E\/E.xpr\"]\nforeach each_design $design_list {\n\u00a0   open_project \"$each_design\"\n    reset_run synth_1\n    launch_runs synth_1 impl_1\n    wait_on_run impl_1\n    close_project\n}<\/pre>\n<p>If each design takes 4 hours, then off-loading each build to a different machine can save a huge chunk of time.<\/p>\n<p>With these considerations, we developed additional Tcl capabilities into FPGA Expansion Pack, a\u00a0<a href=\"https:\/\/www.plunify.com\/en\/fpga-expansion-pack\/\">plugin to Vivado<\/a> that enables the use of high-performance build machines in the Amazon cloud.<\/p>\n<h2>What is the FPGA Expansion Pack (FEP)<\/h2>\n<p>Comprising of a set of automation scripts and cloud utilities, FEP presents simple graphical and Tcl command-line interfaces to users to compile FPGA designs in the cloud. Subsequently download results back to their local environment as if the builds were done on-premise. The FEP can be\u00a0<a href=\"https:\/\/cloud.plunify.com\/downloads\">downloaded<\/a>\u00a0here and you will need a Plunify Cloud account to get started.<\/p>\n<div id=\"attachment_4297\" style=\"width: 289px\" class=\"wp-caption alignnone\"><img aria-describedby=\"caption-attachment-4297\" loading=\"lazy\" class=\"wp-image-4297 size-full\" style=\"-webkit-user-drag: none; display: inline-block; margin-bottom: -1ex;\" src=\"https:\/\/i2.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2018\/08\/Screen-Shot-2018-09-18-at-5.45.45-PM.png?resize=279%2C92&#038;ssl=1\" alt=\"\" width=\"279\" height=\"92\" data-recalc-dims=\"1\" \/><p id=\"caption-attachment-4297\" class=\"wp-caption-text\">Cloud-enabled buttons in the Vivado toolbar<\/p><\/div>\n<h2>How to use the cloud-enabled Tcl API<\/h2>\n<p>To use the previous example, this is how it would look like if you use FEP's Tcl API to compile in the cloud:<\/p>\n<pre>foreach each_design $design_list {\n    fep::runCloudCompile -project \"$each_design\" -serverclass RA1\n}<\/pre>\n<p>Each design will be off-loaded to a separate cloud server so the builds will happen concurrently.<\/p>\n<p>You can also change the active run, e.g. impl_5, in a loop for each design so that you can fire off different design runs at the same time.<\/p>\n<pre># To choose a design run, make it active\ncurrent_run impl_5\n<\/pre>\n<p>The FEP comes with a Tcl API that aims to introduce as few changes to your existing scripts as possible, for example:<\/p>\n<p>To compile your project:<\/p>\n<pre>fep::runCloudCompile -project \"\/home\/user2002\/bft_2017_2\/bft_2017_2.xpr\" -serverclass \"RA1\"<\/pre>\n<p>where<br \/>\n<em>-project\u00a0<\/em>points to your project<br \/>\n<em>-serverclass<\/em> specifies the type of cloud build machine to use.<\/p>\n<p>(Here is a <a href=\"https:\/\/cloud.plunify.com\/faq#how_many_credits_should_i_buy\" target=\"_blank\" rel=\"noopener noreferrer\">list<\/a> of server class type. A \"RA2\" would have around 30Gb of RAM and costs only 76 cents per hour, including tools)<\/p>\n<p>This command returns a \"Job ID\", which is a number representing the build running in the cloud.\u00a0 To download the results, simply use<\/p>\n<pre>fep::runCloudDownload -jobid &lt;jobid, e.g. 12345&gt;<\/pre>\n<p>If the job is completed, the results will be downloaded and sync with your Vivado project as a new design run.<\/p>\n<h2>Supporting Non-project Modes<\/h2>\n<p>For non-project mode, the current approach is to convert the non-project mode into a project mode using the \"save_project_as\".\u00a0 While this may not be as intuitive to non-project users, this ensures all necessary files are captured and uploaded to the cloud.<\/p>\n<h2>How to get started<\/h2>\n<p>1. Go to <a href=\"https:\/\/support.plunify.com\/en\/documentation\/install-and-run-fpga-expansion-pack\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/support.plunify.com\/en\/documentation\/install-and-run-fpga-expansion-pack\/<\/a> for the instructions on where to download and install the plugin.<\/p>\n<p>2. Download sample scripts from our <a href=\"https:\/\/github.com\/plunify\/InTime-PlunifyCloud-Tutorial\/tree\/master\/FEP\" target=\"_blank\" rel=\"noopener noreferrer\">github<\/a>.<\/p>\n<p>3. Refer to this <a href=\"https:\/\/support.plunify.com\/en\/documentation\/tcl-command-line-support\/compile-a-job-with-tcl\/\">page<\/a> to get started.<\/p>\n<div class=\"jetpack_subscription_widget\"><h2 class=\"widgettitle\"><\/h2>\n            <form action=\"#\" method=\"post\" accept-charset=\"utf-8\" id=\"subscribe-blog-505\">\n\t\t\t\t                    <div id=\"subscribe-text\"><p>If you like this article, please subscribe to our blog. Enter your email address and have the latest insights on FPGA, cloud and Machine Learning delivered straight to your inbox.<\/p>\n<\/div>                    <p id=\"subscribe-email\">\n                        <label id=\"jetpack-subscribe-label\"\n                               class=\"screen-reader-text\"\n                               for=\"subscribe-field-505\">\n\t\t\t\t\t\t\tEmail Address                        <\/label>\n                        <input type=\"email\" name=\"email\" required=\"required\"\n                        \t\t\t                                                value=\"\"\n                            id=\"subscribe-field-505\"\n                            placeholder=\"Email Address\"\n                        \/>\n                    <\/p>\n\n\t\t\t\t\t<p id=\"subscribe-submit\"\n\t\t\t\t\t\t\t\t\t\t\t>\n                        <input type=\"hidden\" name=\"action\" value=\"subscribe\"\/>\n                        <input type=\"hidden\" name=\"source\" value=\"https:\/\/support.plunify.com\/en\/wp-json\/wp\/v2\/posts\/3906\"\/>\n                        <input type=\"hidden\" name=\"sub-type\" value=\"widget\"\/>\n                        <input type=\"hidden\" name=\"redirect_fragment\" value=\"505\"\/>\n\t\t\t\t\t\t                        <button type=\"submit\"\n\t                        \t\t                    \t\t\t                    style=\"margin-left: 0px;\"\n\t\t                    \t                        name=\"jetpack_subscriptions_widget\"\n\t                    >\n\t                                    Sign Me Up!                                  <\/button>\n                    <\/p>\n\t\t\t\t            <\/form>\n\t\t\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Update: 03 Apr 2020 Many of us are presently working remotely and there has been a surge in compute requirements. Some of us brought the FPGA boards home but the compute servers are in office. This is a rehash of on how you can take advantage of the cloud to complete your builds faster. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":4305,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"_links_to":"","_links_to_target":""},"categories":[207,254,255],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to speed up your FPGA builds with the cloud using a single Tcl command - Plunify Blog &amp; Support<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to speed up your FPGA builds with the cloud using a single Tcl command - Plunify Blog &amp; Support\" \/>\n<meta property=\"og:description\" content=\"Update: 03 Apr 2020 Many of us are presently working remotely and there has been a surge in compute requirements. Some of us brought the FPGA boards home but the compute servers are in office. This is a rehash of on how you can take advantage of the cloud to complete your builds faster. --------------------------------------------------------------------------- [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/\" \/>\n<meta property=\"og:site_name\" content=\"Plunify Blog &amp; Support\" \/>\n<meta property=\"article:published_time\" content=\"2018-09-25T14:48:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-06T04:32:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2018\/08\/Tips-For-Speeding-Up-FPGA-Design-Regression-Builds.jpg?fit=900%2C500&#038;ssl=1\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"harnhua\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/support.plunify.com\/en\/#organization\",\"name\":\"Plunify-Support\",\"url\":\"https:\/\/support.plunify.com\/en\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/support.plunify.com\/en\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/i1.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2016\/05\/Plunify_Logo_Outline_TranspBG_sm.png?fit=600%2C159&ssl=1\",\"contentUrl\":\"https:\/\/i1.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2016\/05\/Plunify_Logo_Outline_TranspBG_sm.png?fit=600%2C159&ssl=1\",\"width\":600,\"height\":159,\"caption\":\"Plunify-Support\"},\"image\":{\"@id\":\"https:\/\/support.plunify.com\/en\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/support.plunify.com\/en\/#website\",\"url\":\"https:\/\/support.plunify.com\/en\/\",\"name\":\"Plunify Blog &amp; Support\",\"description\":\"Everything you need to know about Plunify products\",\"publisher\":{\"@id\":\"https:\/\/support.plunify.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/support.plunify.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/i0.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2018\/08\/Tips-For-Speeding-Up-FPGA-Design-Regression-Builds.jpg?fit=900%2C500&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2018\/08\/Tips-For-Speeding-Up-FPGA-Design-Regression-Builds.jpg?fit=900%2C500&ssl=1\",\"width\":900,\"height\":500},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#webpage\",\"url\":\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/\",\"name\":\"How to speed up your FPGA builds with the cloud using a single Tcl command - Plunify Blog &amp; Support\",\"isPartOf\":{\"@id\":\"https:\/\/support.plunify.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#primaryimage\"},\"datePublished\":\"2018-09-25T14:48:09+00:00\",\"dateModified\":\"2020-04-06T04:32:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/support.plunify.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to speed up your FPGA builds with the cloud using a single Tcl command\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#webpage\"},\"author\":{\"@id\":\"https:\/\/support.plunify.com\/en\/#\/schema\/person\/fbfea8acea39c2b32286864d93f1ce88\"},\"headline\":\"How to speed up your FPGA builds with the cloud using a single Tcl command\",\"datePublished\":\"2018-09-25T14:48:09+00:00\",\"dateModified\":\"2020-04-06T04:32:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#webpage\"},\"wordCount\":567,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/support.plunify.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/i0.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2018\/08\/Tips-For-Speeding-Up-FPGA-Design-Regression-Builds.jpg?fit=900%2C500&ssl=1\",\"articleSection\":[\"Cloud\",\"FPGA Expansion Pack\",\"Plunify Cloud\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/support.plunify.com\/en\/#\/schema\/person\/fbfea8acea39c2b32286864d93f1ce88\",\"name\":\"harnhua\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/support.plunify.com\/en\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/514fcc86b55e97897a81c4657e09575e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/514fcc86b55e97897a81c4657e09575e?s=96&d=mm&r=g\",\"caption\":\"harnhua\"},\"url\":\"https:\/\/support.plunify.com\/en\/author\/harnhua\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to speed up your FPGA builds with the cloud using a single Tcl command - Plunify Blog &amp; Support","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/","og_locale":"en_US","og_type":"article","og_title":"How to speed up your FPGA builds with the cloud using a single Tcl command - Plunify Blog &amp; Support","og_description":"Update: 03 Apr 2020 Many of us are presently working remotely and there has been a surge in compute requirements. Some of us brought the FPGA boards home but the compute servers are in office. This is a rehash of on how you can take advantage of the cloud to complete your builds faster. --------------------------------------------------------------------------- [&hellip;]","og_url":"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/","og_site_name":"Plunify Blog &amp; Support","article_published_time":"2018-09-25T14:48:09+00:00","article_modified_time":"2020-04-06T04:32:44+00:00","og_image":[{"width":900,"height":500,"url":"https:\/\/i0.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2018\/08\/Tips-For-Speeding-Up-FPGA-Design-Regression-Builds.jpg?fit=900%2C500&ssl=1","path":"\/var\/www\/html\/support_plunify_com\/wp-content\/uploads\/sites\/5\/2018\/08\/Tips-For-Speeding-Up-FPGA-Design-Regression-Builds.jpg","size":"full","id":4305,"alt":"","pixels":450000,"type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"harnhua","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/support.plunify.com\/en\/#organization","name":"Plunify-Support","url":"https:\/\/support.plunify.com\/en\/","sameAs":[],"logo":{"@type":"ImageObject","@id":"https:\/\/support.plunify.com\/en\/#logo","inLanguage":"en-US","url":"https:\/\/i1.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2016\/05\/Plunify_Logo_Outline_TranspBG_sm.png?fit=600%2C159&ssl=1","contentUrl":"https:\/\/i1.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2016\/05\/Plunify_Logo_Outline_TranspBG_sm.png?fit=600%2C159&ssl=1","width":600,"height":159,"caption":"Plunify-Support"},"image":{"@id":"https:\/\/support.plunify.com\/en\/#logo"}},{"@type":"WebSite","@id":"https:\/\/support.plunify.com\/en\/#website","url":"https:\/\/support.plunify.com\/en\/","name":"Plunify Blog &amp; Support","description":"Everything you need to know about Plunify products","publisher":{"@id":"https:\/\/support.plunify.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/support.plunify.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#primaryimage","inLanguage":"en-US","url":"https:\/\/i0.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2018\/08\/Tips-For-Speeding-Up-FPGA-Design-Regression-Builds.jpg?fit=900%2C500&ssl=1","contentUrl":"https:\/\/i0.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2018\/08\/Tips-For-Speeding-Up-FPGA-Design-Regression-Builds.jpg?fit=900%2C500&ssl=1","width":900,"height":500},{"@type":"WebPage","@id":"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#webpage","url":"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/","name":"How to speed up your FPGA builds with the cloud using a single Tcl command - Plunify Blog &amp; Support","isPartOf":{"@id":"https:\/\/support.plunify.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#primaryimage"},"datePublished":"2018-09-25T14:48:09+00:00","dateModified":"2020-04-06T04:32:44+00:00","breadcrumb":{"@id":"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/support.plunify.com\/en\/"},{"@type":"ListItem","position":2,"name":"How to speed up your FPGA builds with the cloud using a single Tcl command"}]},{"@type":"Article","@id":"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#article","isPartOf":{"@id":"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#webpage"},"author":{"@id":"https:\/\/support.plunify.com\/en\/#\/schema\/person\/fbfea8acea39c2b32286864d93f1ce88"},"headline":"How to speed up your FPGA builds with the cloud using a single Tcl command","datePublished":"2018-09-25T14:48:09+00:00","dateModified":"2020-04-06T04:32:44+00:00","mainEntityOfPage":{"@id":"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#webpage"},"wordCount":567,"commentCount":0,"publisher":{"@id":"https:\/\/support.plunify.com\/en\/#organization"},"image":{"@id":"https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2018\/08\/Tips-For-Speeding-Up-FPGA-Design-Regression-Builds.jpg?fit=900%2C500&ssl=1","articleSection":["Cloud","FPGA Expansion Pack","Plunify Cloud"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/support.plunify.com\/en\/2018\/09\/25\/speed-up-your-fpga-regressions-with-the-cloud\/#respond"]}]},{"@type":"Person","@id":"https:\/\/support.plunify.com\/en\/#\/schema\/person\/fbfea8acea39c2b32286864d93f1ce88","name":"harnhua","image":{"@type":"ImageObject","@id":"https:\/\/support.plunify.com\/en\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/514fcc86b55e97897a81c4657e09575e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/514fcc86b55e97897a81c4657e09575e?s=96&d=mm&r=g","caption":"harnhua"},"url":"https:\/\/support.plunify.com\/en\/author\/harnhua\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/support.plunify.com\/en\/wp-content\/uploads\/sites\/5\/2018\/08\/Tips-For-Speeding-Up-FPGA-Design-Regression-Builds.jpg?fit=900%2C500&ssl=1","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p7XiEH-110","_links":{"self":[{"href":"https:\/\/support.plunify.com\/en\/wp-json\/wp\/v2\/posts\/3906"}],"collection":[{"href":"https:\/\/support.plunify.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/support.plunify.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/support.plunify.com\/en\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/support.plunify.com\/en\/wp-json\/wp\/v2\/comments?post=3906"}],"version-history":[{"count":29,"href":"https:\/\/support.plunify.com\/en\/wp-json\/wp\/v2\/posts\/3906\/revisions"}],"predecessor-version":[{"id":26902,"href":"https:\/\/support.plunify.com\/en\/wp-json\/wp\/v2\/posts\/3906\/revisions\/26902"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/support.plunify.com\/en\/wp-json\/wp\/v2\/media\/4305"}],"wp:attachment":[{"href":"https:\/\/support.plunify.com\/en\/wp-json\/wp\/v2\/media?parent=3906"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/support.plunify.com\/en\/wp-json\/wp\/v2\/categories?post=3906"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/support.plunify.com\/en\/wp-json\/wp\/v2\/tags?post=3906"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}